Fix error in quickstart

This patch fixs error in cd command in quickstart.

Change-Id: I9efde8a692c4c93c0480b076a2f35e4c3b299898
This commit is contained in:
Madhuri Kumari 2016-06-28 19:22:29 +05:30
parent 967a4af0ca
commit d764d749ba
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ Zun source code should be pulled directly from git::
# from your home or source directory
cd ~
git clone https://git.openstack.org/openstack/higgins
cd zun
cd higgins
All unit tests should be run using tox. To run Zun's entire test suite::
@ -121,7 +121,7 @@ Clone and install zun::
cd ~
git clone https://git.openstack.org/openstack/higgins
cd zun
cd higgins
sudo pip install -e .
Configure zun::