Skip to content

Commit 6c2d69f

Browse files
committed
update install instructions
1 parent fbd6921 commit 6c2d69f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ For example this can be used to send notifications to the following modules:
99
- [Remote Control](https://forum.magicmirror.builders/topic/735/remote-control-shutdown-configure-and-update-your-magicmirror)
1010
- [Profile Switcher](https://forum.magicmirror.builders/topic/1402/mmm-profileswitcher-a-profile-user-layout-switching-module)
1111

12+
## Installation
13+
14+
Clone this repository in your `modules` folder, and install dependencies:
15+
```bash
16+
cd ~/MagicMirror/modules # adapt directory if you are using a different one
17+
git clone https://github.com/Jopyth/MMM-Buttons.git
18+
cd MMM-Buttons
19+
npm install # this can take a while
20+
```
21+
1222
## Configuration
1323

1424
Add the module to your modules array in your `config.js`.

0 commit comments

Comments
 (0)