From 14d2c3ce939230993f78f710bd0125408fa7c86f Mon Sep 17 00:00:00 2001 From: vrs01 Date: Mon, 26 Jun 2017 18:32:12 +0200 Subject: [PATCH] Mention how to install 'rubygems' (#2890) * Update installation.markdown * Update command --- .../ecosystem/hadashboard/installation.markdown | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 ```