-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Minor mistake in install instructions.
cd ~/MagicMirror/modules
git clone https://github.com/eouia/MMM-TelegramBot.git
cd modules/MMM-TelegramBot
npm install
cd modules/MMM-TelegramBot is not working beacuse youre already in the modules-folder. Change to:
cd ~/MagicMirror/modules
git clone https://github.com/eouia/MMM-TelegramBot.git
cd MMM-TelegramBot
npm install
then its working.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels