]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix heat-jeos installation in Getting Started
authorTomas Sedovic <tomas@sedovic.cz>
Fri, 8 Jun 2012 09:36:49 +0000 (11:36 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Fri, 8 Jun 2012 09:36:49 +0000 (11:36 +0200)
Change-Id: Idc6a3a7d5b541e03e99eba69fb91f0b069d789c0

docs/GettingStarted.rst

index 59132148735ebad409f0c1889a70f478d0967c32..4586b1e92c6c7b4c1fd80fe6beac73e2a1b39244 100644 (file)
@@ -127,9 +127,10 @@ Download and install heat_jeos via git
 Download heat_jeos via git
 
 ::
+
     git clone git://github.com/heat-api/heat-jeos.git
     cd heat-jeos
-    setup.py install
+    sudo python setup.py install
 
 Create a JEOS with heat_jeos tools
 ----------------------------------