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

Commit

Permalink
Merge pull request #177 from jasonehines/master
Browse files Browse the repository at this point in the history
Updated quick start command to reflect changes made to mycroft.sh
  • Loading branch information
aatchison authored Jun 19, 2016
2 parents c27cff4 + 5fb12b8 commit d6916a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d6916a8

Please sign in to comment.