Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KathyReid committed Aug 30, 2018
1 parent f4ae938 commit dfa33a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -19,11 +19,17 @@ You can then find the generated html in ```docs/build/html/index.html```. Open
### Installing from the `makefile`

* Change the Makefile IP address for the RPi installation to the IP address of your RPi.

That is, edit the file `makefile` using your favorite editor like `nano` or `vi`.

The line you will need to change is `scp -r * pi@192.168.205.115:/opt/mycroft/skills/skill-gpio`.

Change this to have the IP address of your RPi.

* Create the folder ```/opt/mycroft/skills/skill-gpio``` on the RPi for the installer.

You can do this by using the command `mkdir /opt/mycroft/skills/skill-gpio`

* Build the code using the `makefile`. ```make install.pi```

### Testing the `makefile`
Expand Down

0 comments on commit dfa33a6

Please sign in to comment.