Skip to content

Commit

Permalink
updated instructions for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
t9999clint committed Oct 24, 2019
1 parent cbd569f commit 7cde1af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ I will be making a rasbian image for the ras pi 3, but I want to add a few more
4. Update other packages -- **sudo apt update && sudo apt upgrade -yy && reboot**
5. configure audio levels -- **alsamixer**
6. (optional, but **_STRONGLY_** recommended) change default password for pi user. -- **passwd**
7. Use wget to download latest WavePi release -- **wget https://github.com/t9999clint/WavePi/archive/v0.8.1.tar.gz**
8. use tar to extract the archive -- **tar xzf v0.8.1.tar.gz**
9. rename extracted folder to WavePi -- **mv WavePi-0.8.1 WavePi**
7. Use wget to download latest WavePi release -- **wget https://github.com/t9999clint/WavePi/archive/v0.9.0.tar.gz**
8. use tar to extract the archive -- **tar xzf v0.9.0.tar.gz**
9. rename extracted folder to WavePi -- **mv WavePi-0.9.0 WavePi**
10. change to WavePi directory -- **cd WavePi**
11. make it executable -- **chmod +x ./install.sh**
12. run install-munt.sh as root to compile and install munt to your system. Go get some coffee this will take a bit. -- **sudo ./install.sh**
Expand Down

0 comments on commit 7cde1af

Please sign in to comment.