Update 'README.md'
This commit is contained in:
parent
5b99d2defa
commit
11abfa67b7
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
A [Mycroft.ai](https://mycroft.ai) skill to run an arbitrary shell script.
|
||||
|
||||
## Install
|
||||
|
||||
This skill isn't in the official marketplace (for now) so the best way to install it is via the command line:
|
||||
|
||||
```
|
||||
mycroft-msm install https://code.sitosis.com/rudism/mycroft-run-script
|
||||
```
|
||||
|
||||
## Setup
|
||||
|
||||
After installing the skill configure the `script_dir` either in the settings json or on Mycroft Home. Default is `/home/mycroft/scripts`.
|
||||
|
|
Loading…
Reference in a new issue