Fix error in quickstart
This patch fixs error in cd command in quickstart. Change-Id: I9efde8a692c4c93c0480b076a2f35e4c3b299898
This commit is contained in:
parent
967a4af0ca
commit
d764d749ba
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user