mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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:
parent
08da958e6c
commit
b0023a10a8
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
Installing dependencies
|
Installing dependencies
|
||||||
|
|
||||||
aptitude install rubygems
|
sudo apt-get install rubygems
|
||||||
gem install jekyll aquarium json less
|
sudo gem install jekyll aquarium json less therubyracer
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue