diff options
| author | Joe Savak <joe.savak@rackspace.com> | 2011-08-09 11:00:34 -0500 |
|---|---|---|
| committer | Joe Savak <joe.savak@rackspace.com> | 2011-08-09 11:00:34 -0500 |
| commit | cb92ef7dbac6e85a52348337c0575c2e3ea28eb3 (patch) | |
| tree | d4a275a3fc1b4ddae0bd8af660d4e5b2a7dd267b | |
| parent | 4c6ed61ed1c6f7fdc6cbf496c9abf7f1c34acfa3 (diff) | |
Committer: Joe Savak <joe3963@joe3963-VirtualBox.(none)>
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
| -rw-r--r-- | doc/source/installing.rst | 5 |
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:: |
