Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit d6916a8

Browse files
authored
Merge pull request #177 from jasonehines/master
Updated quick start command to reflect changes made to mycroft.sh
2 parents c27cff4 + 5fb12b8 commit d6916a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Mycroft configuration consists of 3 possible config files.
7575
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.
7676

7777
# Running Mycroft Quick Start
78-
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).
78+
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).
7979

8080
To stop Mycroft run `./mycroft.sh stop`. This will quit all of the detached screens.
8181

0 commit comments

Comments
 (0)