install notes: pull down latest release

This commit is contained in:
Michael Brown 2013-05-21 23:02:38 -04:00
parent 49f56964ce
commit 85e6151542
1 changed files with 2 additions and 1 deletions

View File

@ -74,8 +74,9 @@ Change to the 'discourse' user:
# Run this command as your normal login (e.g. "michael"), further commands should be run as 'discourse'
sudo su - discourse
# Pull down the latest code
# Pull down the latest release
git clone git://github.com/discourse/discourse.git
git checkout latest-release
# Install necessary gems
cd discourse