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
|
# from your home or source directory
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://git.openstack.org/openstack/higgins
|
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::
|
All unit tests should be run using tox. To run Zun's entire test suite::
|
||||||
|
|
||||||
@ -121,7 +121,7 @@ Clone and install zun::
|
|||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://git.openstack.org/openstack/higgins
|
git clone https://git.openstack.org/openstack/higgins
|
||||||
cd zun
|
cd higgins
|
||||||
sudo pip install -e .
|
sudo pip install -e .
|
||||||
|
|
||||||
Configure zun::
|
Configure zun::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user