From 5fb12b8f1d8f14a465e3b498ce2b5e2bb3abca08 Mon Sep 17 00:00:00 2001 From: Jason Hines Date: Sun, 19 Jun 2016 10:16:47 -0400 Subject: [PATCH] Updated quick start command to reflect changes made to mycroft.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cc8120cafc5..3538b0905b2d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Mycroft configuration consists of 3 possible config files. When the configuration loader starts, it looks in those locations in that order, and loads ALL configuration. Keys that exist in multiple config files will be overridden by the last file to contain that config value. This results in a minimal amount of config being written for a specific device/user, without modifying the distribution files. # Running Mycroft Quick Start -To start the essential tasks run `./mycroft.sh`. Which will start the service, skills and voice in a detched screen and log the output of the screens to the their respective log files (e.g. ./log/mycroft-service.log). +To start the essential tasks run `./mycroft.sh start`. Which will start the service, skills and voice in a detched screen and log the output of the screens to the their respective log files (e.g. ./log/mycroft-service.log). To stop Mycroft run `./mycroft.sh stop`. This will quit all of the detached screens.