From f5360d774db303f26217ad8b002d24a1d8a5fc62 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Sun, 15 Jul 2012 16:18:23 -0400 Subject: [PATCH] Fix directory changes in Getting Started script Change-Id: I3b23b2c0de18d72f91d4a0254e9dbf689ac91be3 Signed-off-by: Zane Bitter --- docs/GettingStarted.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index b8cc85f5..d3805011 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -67,11 +67,11 @@ Install OZ It is recommended to install the latest upstream oz, as this supports Fedora 17 (and Ubuntu U10/U12) guests:: git clone https://github.com/clalancette/oz.git - cd oz + pushd oz rm -f ~/rpmbuild/RPMS/noarch/oz-* make rpm sudo yum localinstall -y ~/rpmbuild/RPMS/noarch/oz-* - cd - + popd Note: In the steps above, it's only necessary to be root for the yum localinstall, it's recommended not to be root while building the rpm. @@ -148,8 +148,9 @@ Download heat_jeos via git :: git clone git://github.com/heat-api/heat-jeos.git - cd heat-jeos + pushd heat-jeos sudo python setup.py install + popd Create a JEOS with heat_jeos tools ---------------------------------- -- 2.45.2