From ee6f844aed42564fa4f2a1a63246af23cf9d7eac Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 16 Dec 2011 08:28:11 -0600 Subject: Added instructions to git clone from github Change-Id: Ide5dac370f927555c7fba8ec358f364667115df4 --- doc/source/setup.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ======================= -- cgit