From 2b4977754b42739f3828595bcec56c6ed11d40f9 Mon Sep 17 00:00:00 2001 From: emontnemery Date: Mon, 15 Oct 2018 13:40:45 +0200 Subject: [PATCH] Update documentation_index.md (#126) --- docs/documentation_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/documentation_index.md b/docs/documentation_index.md index 97292293..56fd6e5a 100644 --- a/docs/documentation_index.md +++ b/docs/documentation_index.md @@ -19,6 +19,7 @@ To test your changes locally, you need to install **Ruby** and its dependencies - In your home-assistant.io root directory, run `$ bundle` to install the gems you need. Shortcut for Fedora: `$ sudo dnf -y install gcc-c++ ruby ruby-devel rubygem-bundler rubygem-json && bundle` +Shortcut for Debian/Ubuntu: `$ sudo apt-get install ruby ruby-dev ruby-bundler ruby-json && bundle` Then you can work on the documentation: