Skip to content

Commit 14d2c3c

Browse files
vrs01fabaff
authored andcommitted
Mention how to install 'rubygems' (home-assistant#2890)
* Update installation.markdown * Update command
1 parent 46f1742 commit 14d2c3c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

source/_docs/ecosystem/hadashboard/installation.markdown

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,17 @@ $ cd hadashboard
8484

8585
### {% linkable_title 2. Install Dashing and prereqs %}
8686

87-
Essentially, you want to make sure that you have Ruby installed on your local machine. Then, install the Dashing gem:
87+
Essentially, you want to make sure that you have Ruby installed on your local machine.
8888

89-
``` bash
89+
For Debian based distribution do:
90+
91+
```bash
92+
$ sudo apt-get install rubygems
93+
```
94+
95+
Then, install the Dashing gem:
96+
97+
```bash
9098
$ gem install dashing
9199
```
92100

0 commit comments

Comments
 (0)