Fix chmod commands

This commit is contained in:
HackrOne 2018-02-03 11:07:20 -08:00
parent 600b5b9f17
commit 4d106967c9
1 changed files with 2 additions and 2 deletions

View File

@ -64,13 +64,13 @@ See "How to use (from source)" to run it on ARM devices like the Raspberry Pi.
###Interactive:
```
chmod +x
chmod +x SMLoadr-linux-x64
./SMLoadr-linux-x64
```
###CLI:
```
chmod +x
chmod +x SMLoadr-linux-x64
./SMLoadr-linux-x64 -q "MP3_128" -p "DOWNLOADS/" "http://www.deezer.com/album|artist|playlist|profile|track/0123456789"
```