Mention how to install 'rubygems' (#2890)
* Update installation.markdown * Update command
This commit is contained in:
parent
46f1742240
commit
14d2c3ce93
1 changed files with 10 additions and 2 deletions
|
@ -84,7 +84,15 @@ $ cd hadashboard
|
|||
|
||||
### {% linkable_title 2. Install Dashing and prereqs %}
|
||||
|
||||
Essentially, you want to make sure that you have Ruby installed on your local machine. Then, install the Dashing gem:
|
||||
Essentially, you want to make sure that you have Ruby installed on your local machine.
|
||||
|
||||
For Debian based distribution do:
|
||||
|
||||
```bash
|
||||
$ sudo apt-get install rubygems
|
||||
```
|
||||
|
||||
Then, install the Dashing gem:
|
||||
|
||||
```bash
|
||||
$ gem install dashing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue