summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorErik Nelson <erik.nelson@kroger.com>2015-12-14 11:13:27 -0500
committerErik Nelson <erik.nelson@kroger.com>2015-12-14 11:13:27 -0500
commit763f92f0871eee9398ed3adffcda1f48eb3de8b6 (patch)
treea0232f7bdac61fd2cde308f2c881d5dbbfd0c076 /doc
parent7742abf50f1e23d3801c4fa05a9a957e97ce58a1 (diff)
downloadchat-763f92f0871eee9398ed3adffcda1f48eb3de8b6.tar.gz
chat-763f92f0871eee9398ed3adffcda1f48eb3de8b6.tar.bz2
chat-763f92f0871eee9398ed3adffcda1f48eb3de8b6.zip
Correct PATH line and remove GOROOT line per feedback from @crspeller
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/Setup.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md
index 40842b6be..fd3704545 100644
--- a/doc/developer/Setup.md
+++ b/doc/developer/Setup.md
@@ -58,8 +58,7 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
1. `mkdir ~/go`
2. Add the following to your ~/.bashrc
`export GOPATH=$HOME/go`
- `export GOROOT=/usr/local/go`
- `export PATH=$PATH:$GOROOT/bin`
+ `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 bashrc