From 4d106967c924c0d9ed03e67459cfe6af31376858 Mon Sep 17 00:00:00 2001 From: HackrOne Date: Sat, 3 Feb 2018 11:07:20 -0800 Subject: [PATCH] Fix chmod commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9431c9..fb4d5ff 100644 --- a/README.md +++ b/README.md @@ -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" ```