summaryrefslogtreecommitdiffstats
path: root/doc/developer/Setup.md
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-11-23 11:31:17 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-11-23 11:31:17 -0500
commitc03a9859838e3492b50e71383587b98231408b7b (patch)
treeffcdea0c7a72ad3f0f5391acfdf68b538bb4782e /doc/developer/Setup.md
parent60e2314baaa17fe972f13e6f763e08e03e356c8a (diff)
parent0a5aadc8b2445c95063836962374db4ed532e858 (diff)
downloadchat-c03a9859838e3492b50e71383587b98231408b7b.tar.gz
chat-c03a9859838e3492b50e71383587b98231408b7b.tar.bz2
chat-c03a9859838e3492b50e71383587b98231408b7b.zip
Merge pull request #1499 from mattermost/makefile-tweaks
Moving removal of data directory to nuke. Updating dev setup.
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 e78d4dff2..882aac530 100644
--- a/doc/developer/Setup.md
+++ b/doc/developer/Setup.md
@@ -11,7 +11,7 @@ Developer Machine Setup
`docker-machine ip dev`
3. Add a line to your /etc/hosts that goes `<Docker IP> dockerhost`
4. Run `docker-machine env dev` and copy the export statements to your ~/.bash_profile
-2. Download Go (version 1.4.2 or 1.5.1. Final release bits are built with 1.4.2) from http://golang.org/dl/
+2. Download Go 1.5.1 from http://golang.org/dl/
3. Set up your Go workspace
1. `mkdir ~/go`
2. Add the following to your ~/.bash_profile
@@ -53,7 +53,7 @@ Any issues? Please let us know on our forums at: http://forum.mattermost.org
`127.0.0.1 dockerhost`
3. Install build essentials
1. `apt-get install build-essential`
-4. Download Go (version 1.4.2 or 1.5.1. Final release bits are built with 1.4.2) from http://golang.org/dl/
+4. Download Go 1.5.1 from http://golang.org/dl/
5. Set up your Go workspace and add Go to the PATH
1. `mkdir ~/go`
2. Add the following to your ~/.bashrc