From 113044b45289d0ede851081f634f4919a0c00a45 Mon Sep 17 00:00:00 2001 From: Bigard Florian Date: Thu, 26 Jun 2014 09:17:27 +0200 Subject: [PATCH] Fix typo debian install doc Bash commands didn't appear as code --- docs/installing/os/debian.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installing/os/debian.rst b/docs/installing/os/debian.rst index 9fb79d1ff2..724fd701c8 100644 --- a/docs/installing/os/debian.rst +++ b/docs/installing/os/debian.rst @@ -143,6 +143,8 @@ Next clone this repository : Now we are going to install all dependencies for NodeBB via NPM : +.. code:: bash + $ cd /path/to/nodebb/install/location/nodebb (or if you are on your install location directory run : cd nodebb) $ npm install