summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-11 16:48:57 -0700
committerCorey Hulen <corey@hulen.com>2015-09-11 16:48:57 -0700
commit3b4002bc1419027d16ace20044dc274553458422 (patch)
tree9e2ae2ced8948adfe2233ec0c14010b222bdc1b1 /doc
parent1ceb6c619a629a44051b8a0ef6712f7e480e4086 (diff)
parentab6196b158786a56f80cf0d2520b63c58a31639a (diff)
downloadchat-3b4002bc1419027d16ace20044dc274553458422.tar.gz
chat-3b4002bc1419027d16ace20044dc274553458422.tar.bz2
chat-3b4002bc1419027d16ace20044dc274553458422.zip
Merge pull request #656 from lfbrock/patch-7
Updated developer install instructions
Diffstat (limited to 'doc')
-rw-r--r--doc/install/dev-setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/dev-setup.md b/doc/install/dev-setup.md
index 6d26cbd33..b90b6a351 100644
--- a/doc/install/dev-setup.md
+++ b/doc/install/dev-setup.md
@@ -22,8 +22,8 @@ Developer Machine Setup
1. Download Homebrew from http://brew.sh/
2. `brew install node`
5. Install Compass
- 1. Make sure you have the latest verison of Ruby
- 2. `gem install compass`
+ 1. Run `ruby -v` and check the ruby version is 1.8.7 or higher
+ 2. `sudo gem install compass`
6. Download Mattermost
`cd ~/go`
`mkdir -p src/github.com/mattermost`