
Install jekyll and troubleshooting
2018, Feb 07
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