From 11abfa67b75bfaf27b7a997778bea1e41f8e4e35 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Thu, 30 Jun 2022 22:07:38 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8fab283..c6dd83d 100644 --- a/README.md +++ b/README.md @@ -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`.