chg: update instructions for dependecies. sudo apt-get install libsndfile1-dev

This commit is contained in:
iceman1001 2019-12-22 11:20:17 +01:00
commit 96d3bbc353
3 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ These instructions will show how to setup the environment on OSX to the point wh
2. Install dependencies:
```
brew install readline qt5 pkgconfig
brew install readline qt5 pkgconfig libsndfile
brew install RfidResearchGroup/proxmark3/arm-none-eabi-gcc
```