summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2011-08-09 16:59:24 +0000
committerGerrit Code Review <review@openstack.org>2011-08-09 16:59:24 +0000
commit725a32beeb03aed3d77e2652629902779c0ca09d (patch)
treed2f51d6054b152a5a7ea2ed360a391f81ab9840d
parent1bfcb5c00c11c91561768dd9e1ceb66fd6d57ceb (diff)
parentcb92ef7dbac6e85a52348337c0575c2e3ea28eb3 (diff)
Merge " Committer: Joe Savak <joe3963@joe3963-VirtualBox.(none)>"
-rw-r--r--doc/source/installing.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/installing.rst b/doc/source/installing.rst
index cc88b1fb..6e24770c 100644
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -81,9 +81,10 @@ Debian/Ubuntu
If you want to build the Keystone documentation locally, you will also want
to install the python-sphinx package
-1. Branch Keystone's trunk branch::
+1. Branch Keystone's trunk branch:: (see http://wiki.openstack.org/GerritWorkflow to get the project initially setup)
- $> bzr branch lp:keystone
+ $> git checkout master
+ $> git pull origin master
1. Install Keystone::