mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
install notes: pull down latest release
This commit is contained in:
parent
49f56964ce
commit
85e6151542
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue