From cb92ef7dbac6e85a52348337c0575c2e3ea28eb3 Mon Sep 17 00:00:00 2001 From: Joe Savak Date: Tue, 9 Aug 2011 11:00:34 -0500 Subject: Committer: Joe Savak On branch JS-KEYSTONE-DOC Changes to be committed: modified: installing.rst Updated install instructions for Debian/Ubuntu to pull code from git repo instead of using bzr Change-Id: I645759b5d675f0717bc3fc1f910af8236dd8cdff --- doc/source/installing.rst | 5 +++-- 1 file 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:: -- cgit