Install jekyll and troubleshooting
Feb 07, 2018, 12:00 AM
Quick guidence to install jekyll
- Ruby > 2.5.0
- install rbenv and ruby-build to install ruby 2.5.0
- Mac add below script to ~/.bash_profile
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
- gem install jekyll bundle
- If failed to install ffi
brew install libtool automake