Created
December 16, 2012 11:46
-
-
Save Frobitz/4306533 to your computer and use it in GitHub Desktop.
Install Jekyll (with fix for gcc make error)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Install Jekyll | |
# | |
# Follows on from Install RVM and up-to-date Ruby (https://gist.github.com/4306452) | |
# As my build stands I need to make a symbolic link to gcc | |
sudo ln -s /usr/bin/llvm-gcc-4.2 /usr/bin/gcc-4.2 | |
# Then it should just be a matter of running... | |
gem install jekyll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment