changeset 69:75cc9213bf76

Fix instructions on getting-started page. Merge from thermostat-website repository. Revision 2be05d9e2aa9 http://icedtea.classpath.org/hg/thermostat-website/rev/2be05d9e2aa9
author Jie Kang <jkang@redhat.com>
date Fri, 03 Feb 2017 09:59:46 -0500
parents e218ce101a04
children 08b4353e186a
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	Fri Feb 03 09:58:36 2017 -0500
+++ b/content/getting-started/content.html	Fri Feb 03 09:59:46 2017 -0500
@@ -33,11 +33,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>