From 1da0f5d97429d3e89fe0419592204ec437c69753 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Fri, 8 Jun 2012 11:36:49 +0200 Subject: [PATCH] Fix heat-jeos installation in Getting Started Change-Id: Idc6a3a7d5b541e03e99eba69fb91f0b069d789c0 --- docs/GettingStarted.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 5913214873..4586b1e92c 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -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 ----------------------------------