summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-19 09:35:09 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-19 09:35:09 -0700
commit540d13b53bab7a1731798cd47e9bb91549db2230 (patch)
treef349dfc7412eacc571bfcccf84ca93dbfc1ebb79 /doc
parente4f74a244386c80a33b48a30f76494d1d385dbbc (diff)
downloadchat-540d13b53bab7a1731798cd47e9bb91549db2230.tar.gz
chat-540d13b53bab7a1731798cd47e9bb91549db2230.tar.bz2
chat-540d13b53bab7a1731798cd47e9bb91549db2230.zip
Fixing formatting and typos
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/Setup.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md
index cf9084808..e78d4dff2 100644
--- a/doc/developer/Setup.md
+++ b/doc/developer/Setup.md
@@ -16,9 +16,9 @@ Developer Machine Setup
1. `mkdir ~/go`
2. Add the following to your ~/.bash_profile
`export GOPATH=$HOME/go`
- `export PATH=$PATH:$GOPATH/bin`
- `ulimit -n 8096`
- If you don't increase the file handle limit you may see some weird build issues with browserify or npm.
+ `export PATH=$PATH:$GOPATH/bin`
+ `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,9 +59,9 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
2. Add the following to your ~/.bashrc
`export GOPATH=$HOME/go`
`export GOROOT=/usr/local/go`
- `export PATH=$PATH:$GOROOT/bin`
- `ulimit -n 8096`
- If you don't increase the file handle limit you may see some weird build issues with browserify or npm.
+ `export PATH=$PATH:$GOROOT/bin`
+ `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