From 99c3dad67e0d037b53b95bc701bba7199f7bc090 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Mon, 10 Oct 2016 22:49:10 +0530 Subject: [PATCH] fixed info for installing avconv on windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5024b7c..735ef53 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ python.exe setup.py install ``` Now to run the script type: ``` -python Scripts/spotdl.py +python.exe Scripts/spotdl.py ``` (you can create a batch file to run the script just by double-click everytime)