summaryrefslogtreecommitdiffstats
path: root/doc/developer/Setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/Setup.md')
-rw-r--r--doc/developer/Setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md
index eb662e606..24e7d6a90 100644
--- a/doc/developer/Setup.md
+++ b/doc/developer/Setup.md
@@ -64,8 +64,8 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
If you don't increase the file handle limit you may see some weird build issues with browserify or npm.
3. Reload your bashrc
`source ~/.bashrc`
-6. Install Node.js
- `curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -`
+6. Install Node.js
+ `curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -`
`sudo apt-get install -y nodejs`
7. Install Ruby and Compass
`apt-get install ruby`