summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2011-12-16 08:28:11 -0600
committerDolph Mathews <dolph.mathews@gmail.com>2011-12-16 08:30:24 -0600
commitee6f844aed42564fa4f2a1a63246af23cf9d7eac (patch)
tree639042896f24204a43fcb167cdfe0752aeeb4d6f
parentb87a8f55d5b32e2b4e31085b52f44bbc7452aa3c (diff)
Added instructions to git clone from github
Change-Id: Ide5dac370f927555c7fba8ec358f364667115df4
-rw-r--r--doc/source/setup.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/setup.rst b/doc/source/setup.rst
index 34f31d02..e608f09e 100644
--- a/doc/source/setup.rst
+++ b/doc/source/setup.rst
@@ -48,6 +48,19 @@ different version of the above, please document your configuration here!
.. _git: http://git-scm.com/
.. _setuptools: http://pypi.python.org/pypi/setuptools
+Getting the latest code
+=======================
+
+You can clone our latest code from our `Github repository`::
+
+ $ git clone https://github.com/openstack/keystone.git
+
+When that is complete, you can::
+
+ $ cd keystone
+
+.. _`Github repository`: https://github.com/openstack/keystone
+
Installing dependencies
=======================