diff --git a/source/_docs/ecosystem/hadashboard/installation.markdown b/source/_docs/ecosystem/hadashboard/installation.markdown index 4d1fe7ff258..0ccc654744d 100755 --- a/source/_docs/ecosystem/hadashboard/installation.markdown +++ b/source/_docs/ecosystem/hadashboard/installation.markdown @@ -84,9 +84,17 @@ $ 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. -``` bash +For Debian based distribution do: + +```bash +$ sudo apt-get install rubygems +``` + +Then, install the Dashing gem: + +```bash $ gem install dashing ```