changeset 44:2be05d9e2aa9

Fix instructions on getting-started page
author Jie Kang <jkang@redhat.com>
date Tue, 24 Jan 2017 09:30:46 -0500
parents 4c00138dbca7
children 3465c28a7b2e
files content/getting-started/content.html
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/content/getting-started/content.html	Tue Jan 17 14:48:06 2017 -0500
+++ b/content/getting-started/content.html	Tue Jan 24 09:30:46 2017 -0500
@@ -32,11 +32,14 @@
               </code></p>
           </div>
           <div class="col-md-4">
-            <h4> Get the latest <a href="../downloads">Download</a>.</h4>
+            <h4> Get the latest <a href="../downloads">Release</a>.</h4>
             <p><code>
                 $ tar xvf thermostat-1.6.6.tar.gz
               </code></p>
             <p><code>
+                  $ sudo dnf install mercurial maven mongodb mongodb-server java-1.8.0-openjdk libsecret-devel make gcc gtk2-devel autoconf automake libtool
+              </code></p>
+            <p><code>
                 $ cd thermostat-1.6.6 && mvn clean integration-test
               </code></p>
             <p><code>