Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 352 Bytes

blog

Personal notes on how setup things

Install things

sudo apt install ruby ruby-dev
sudo gem install bundler jekyll

bundle install

If it fails with this error:

find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle

Just delete the Gemfile.lock and run bundle install again.

Serve