summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYuri Tkachenko <yuri.tam.tkachenko@gmail.com>2015-11-30 12:25:38 +0300
committerYuri Tkachenko <yuri.tam.tkachenko@gmail.com>2015-11-30 12:25:38 +0300
commitbb20ffc1c233573b606234f557b626cdef409568 (patch)
tree6c53a4e67a3566dab4609acdb5c9cf0b929ecb03 /doc
parentf1a68f5e2e11a974daa1ea9996d7fca8a5f957a0 (diff)
downloadchat-bb20ffc1c233573b606234f557b626cdef409568.tar.gz
chat-bb20ffc1c233573b606234f557b626cdef409568.tar.bz2
chat-bb20ffc1c233573b606234f557b626cdef409568.zip
fix new lines
Diffstat (limited to 'doc')
-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`