diff --git a/devstack/README.rst b/devstack/README.rst index d5a927ca3..f390e4451 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -2,12 +2,14 @@ Enabling in Devstack ==================== -1. Download DevStack +1. Download DevStack:: -2. Add this repo as an external repository:: + $ git clone https://git.openstack.org/openstack-dev/devstack + $ cd devstack + +2. Add the following repo as an external repository:: - > cat local.conf [[local|localrc]] - enable_plugin zaqar https://github.com/openstack/zaqar + enable_plugin zaqar https://git.openstack.org/openstack/zaqar -3. Run ``stack.sh`` +3. Run ``./stack.sh``