Skip to content

Instantly share code, notes, and snippets.

@jorgegorka
Created December 6, 2021 17:25
Show Gist options
  • Save jorgegorka/fe396a0f5dde8230eb18fc53a2f5cd45 to your computer and use it in GitHub Desktop.
Save jorgegorka/fe396a0f5dde8230eb18fc53a2f5cd45 to your computer and use it in GitHub Desktop.
Install Jekyll on a M1 Mac
# Install openssl using homebrew
brew install openssl
gem install --user-install jekyll -- --with-openssl-dir=/opt/homebrew/opt/openssl@1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment