Install jekyll and troubleshooting

Install jekyll and troubleshooting

Feb 07, 2018, 12:00 AM

Quick guidence to install jekyll

  1. Ruby > 2.5.0
  2. install rbenv and ruby-build to install ruby 2.5.0
  3. Mac add below script to ~/.bash_profile
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
  1. gem install jekyll bundle
  2. If failed to install ffi
brew install libtool automake