changeset 2314:e357a435d29d

Update instructions on running thermostat README to use local command Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-May/018923.html
author Anirudhan Mukundan <amukunda@redhat.com>
date Tue, 24 May 2016 12:02:31 -0400
parents f85f3a94a8ce
children 0f94f0744d94
files README
diffstat 1 files changed, 11 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue May 24 12:01:22 2016 -0400
+++ b/README	Tue May 24 12:02:31 2016 -0400
@@ -124,20 +124,21 @@
 
   cd into distribution/target/image directory just created
 
-  On first run, set up thermostat using GUI with:
-  bin/thermostat setup
+  Run GUI thermostat:
 
-  or CLI-based with
-  bin/thermostat setup -c
+    Start thermostat local (this will run setup silently on first run):
+    bin/thermostat local
+
+  Or run CLI thermostat:
 
-  To start the agent and the db:
-  bin/thermostat web-storage-service
+    Run CLI-based setup with:
+    bin/thermostat setup -c
 
-  To start the gui client:
-  bin/thermostat gui
+    Start the agent and the db:
+    bin/thermostat web-storage-service
 
-  To start the thermostat shell:
-  bin/thermostat shell
+    Start the shell client:
+    bin/thermostat shell
 
   Use the help command in order to find out about all available commands:
   bin/thermostat help