From 590b70f50a123458ffe684f5fc7642fdf8e47d75 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Tue, 28 Aug 2012 15:23:44 -0400 Subject: [PATCH] Add link to RPM repository in getting started Change-Id: I79fcc10b2594b977097d7d91022cbd50adcc9167 Signed-off-by: Jeff Peeler --- docs/GettingStarted.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 7e07abce52..f2310e8b38 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -20,8 +20,10 @@ Get Heat -------- Clone the heat repository_ from GitHub at ``git://github.com/heat-api/heat.git``. Note that OpenStack must be installed before heat. +Optionally, one may wish to install Heat via RPM. Creation instructions are in the readme in the heat-rpms_ repository at ``git://github.com/heat-api/heat-rpms.git``. .. _repository: https://github.com/heat-api/heat +.. _heat-rpms: https://github.com/heat-api/heat-rpms Install OpenStack -----------------