#!/bin/sh

cat <<EOF
mycroft-core installs with the most basic skills required to get the package working.
If you want all the official MycroftAI skills, consider installing the mycroft-skills meta package.
Other skills can be found by searching for "mycroft-skill-*"

To start and stop MyCroft run the following:
- /usr/bin/start-mycroft all
- /usr/bin/stop-mycroft all
EOF
