mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Mention how to install 'rubygems' (#2890)
* Update installation.markdown * Update command
This commit is contained in:
parent
46f1742240
commit
14d2c3ce93
@ -84,9 +84,17 @@ $ cd hadashboard
|
|||||||
|
|
||||||
### {% linkable_title 2. Install Dashing and prereqs %}
|
### {% 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.
|
||||||
|
|
||||||
``` bash
|
For Debian based distribution do:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo apt-get install rubygems
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, install the Dashing gem:
|
||||||
|
|
||||||
|
```bash
|
||||||
$ gem install dashing
|
$ gem install dashing
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user