Skip to content

Instantly share code, notes, and snippets.

@johnykov
Created May 22, 2014 09:05
Show Gist options
  • Save johnykov/77dc9bcf3339a1260980 to your computer and use it in GitHub Desktop.
Save johnykov/77dc9bcf3339a1260980 to your computer and use it in GitHub Desktop.
Step-by-step install jekyll on mac
1.
brew install ruby
brew info ruby
2.
#Add this line to your .profile (or .bash_profile, .bashrc, .zshrc, etc):
export PATH=/usr/local/opt/ruby/bin:$PATH
#restart terminal
3.
gem install jekyll
4.
gem uninstall jekyll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment