Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Installing Pi4J is no longer necessary since it is added to the pom.xml file.
  • Loading branch information
Eddie-Hartman authored Jul 17, 2016
1 parent d034326 commit 9446bce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,11 +694,7 @@ https://www.hackster.io/Anwaarullah/sharing-wifi-with-raspberry-pi-using-a-lan-c
#Start Here
This guide will require the pi to be connected to the internet.

The first thing that you will have to do is install the [Pi4J project](http://pi4j.com/install.html). An easy way is to just put this command in a terminal.

curl -s get.pi4j.com | sudo bash

Next we will have to modify the AVSApp.java file to add the listeners for the button. This file is located in alexa-avs-raspberry-pi/samples/javaclient/src/main/java/com/amazon/alexa/avs/
First we will have to modify the AVSApp.java file to add the listeners for the button. This file is located in alexa-avs-raspberry-pi/samples/javaclient/src/main/java/com/amazon/alexa/avs/
Alternatively, you could just [download my version](https://github.com/Eddie-Hartman/alexa-avs-raspberry-pi-button/blob/master/samples/javaclient/src/main/java/com/amazon/alexa/avs/AVSApp.java) to replace the existing one.

Add in these imports.
Expand Down

0 comments on commit 9446bce

Please sign in to comment.