summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-19 09:34:29 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-19 09:34:29 -0700
commite4f74a244386c80a33b48a30f76494d1d385dbbc (patch)
tree98908f59939db31fe33d69f887951f1c0c2059f0 /doc/developer
parent94f02d17521e3a1294601971524c1020688390fd (diff)
downloadchat-e4f74a244386c80a33b48a30f76494d1d385dbbc.tar.gz
chat-e4f74a244386c80a33b48a30f76494d1d385dbbc.tar.bz2
chat-e4f74a244386c80a33b48a30f76494d1d385dbbc.zip
Fixing formatting and typos
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/Setup.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md
index 8e49a79f5..cf9084808 100644
--- a/doc/developer/Setup.md
+++ b/doc/developer/Setup.md
@@ -17,7 +17,8 @@ Developer Machine Setup
2. Add the following to your ~/.bash_profile
`export GOPATH=$HOME/go`
`export PATH=$PATH:$GOPATH/bin`
- `ulimit -n 8096` If you don't increate the file handle limit you may see some wierd build issues with browserify or npm.
+ `ulimit -n 8096`
+ If you don't increase the file handle limit you may see some weird build issues with browserify or npm.
3. Reload your bash profile
`source ~/.bash_profile`
4. Install Node.js using Homebrew
@@ -59,7 +60,8 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
`export GOPATH=$HOME/go`
`export GOROOT=/usr/local/go`
`export PATH=$PATH:$GOROOT/bin`
- `ulimit -n 8096` If you don't increate the file handle limit you may see some wierd build issues with browserify or npm.
+ `ulimit -n 8096`
+ 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