From 85e61515428f8087fe0d0f940c42f4aa6f67331a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 21 May 2013 23:02:38 -0400 Subject: [PATCH] install notes: pull down latest release --- docs/INSTALL-ubuntu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL-ubuntu.md b/docs/INSTALL-ubuntu.md index b71d23607..7d3d2a2c4 100644 --- a/docs/INSTALL-ubuntu.md +++ b/docs/INSTALL-ubuntu.md @@ -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