From 041cb0d91048493287323015dece2583b89c2172 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Mon, 5 Jun 2017 17:52:34 +0530 Subject: [PATCH] Remove necessary use of sudo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5747c6..c40d5dc 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Also this time we have the Spotify link only for Hello by Adele but not for othe No problem! -- Just make a list.txt by running the following commands: +- Just make a `list.txt` by running the following commands: ``` cd @@ -121,7 +121,7 @@ the nights avicci 21 guns green day ``` -- Now pass `--list` or `-l` to the script, i.e `sudo python spotdl.py --list` and it will start downloading songs mentioned in `list.txt`. +- Now pass `--list` or `-l` to the script, i.e `python spotdl.py --list` (for windows: `python.exe spotdl.py --list`) and it will start downloading songs mentioned in `list.txt`. - You can stop downloading songs by hitting `ctrl+c`, the script will automatically resume from the song where you stopped it the next time you want to download the songs present in `list.txt`.