I needed therubyracer GEM to make this work. Also apt-get is default on debain-derived systems so better to list that.

This commit is contained in:
genjix 2012-04-25 18:35:10 +01:00
parent 08da958e6c
commit b0023a10a8

View file

@ -2,8 +2,8 @@
Installing dependencies
aptitude install rubygems
gem install jekyll aquarium json less
sudo apt-get install rubygems
sudo gem install jekyll aquarium json less therubyracer
# Usage