From 3f916c726ac4fd9d4e8cd36855df53101a98c117 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Thu, 29 Sep 2016 11:41:30 +0530 Subject: [PATCH] no need to chmod list.txt --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ff0b323..d766c93 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,7 @@ the nights avicci ``` Now press ```ctrl+o```, ```y``` and ```ctrl+x``` to save and exit the nano text editor. -You'll have to give 777 permissions to the text file: -``` -sudo chmod 777 list.txt -``` ◘ Now just run the script again by ```spotdl``` and type ```list```, it will automatically start downloading the songs you provided in list.txt ◘ If you want to download the songs by list at any later time just edit list.txt by ```sudo nano Spotify-Downloader/Music/list.txt``` (assuming you're in you home directory) and use ```list``` in the script.