We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f5696 commit 85e6151Copy full SHA for 85e6151
1 file changed
docs/INSTALL-ubuntu.md
@@ -74,8 +74,9 @@ Change to the 'discourse' user:
74
# Run this command as your normal login (e.g. "michael"), further commands should be run as 'discourse'
75
sudo su - discourse
76
77
- # Pull down the latest code
+ # Pull down the latest release
78
git clone git://github.com/discourse/discourse.git
79
+ git checkout latest-release
80
81
# Install necessary gems
82
cd discourse
0 commit comments