Skip to content

Commit 10a5c18

Browse files
authored
fix: typo and installation (#885)
Author: @aasmpro * fix: typo and installation you can install a git repository using pip too. * fix: change pip installation method for github
1 parent ee6eeea commit 10a5c18

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,10 @@ you use spotDL v3 and open issues for problems that you come across.
4343
$pip install spotdl
4444
```
4545
46-
2. For v3,
47-
- Clone this repo
48-
```
49-
$git clone https://github.com/spotDL/spotify-downloader.git
50-
```
51-
- Run setup.py
52-
```
53-
$ cd spotify-downloader
54-
$ python setup.py install
55-
```
46+
2. For v3, (latest version)
47+
```
48+
$pip install https://github.com/spotDL/spotify-downloader/archive/master.zip
49+
```
5650
5751
3. Voila !
5852
@@ -62,7 +56,7 @@ To download a song run,
6256
# spotdl $trackUrl
6357
spotdl https://open.spotify.com/track/08mG3Y1vljYA6bvDt4Wqkj?si=SxezdxmlTx-CaVoucHmrUA
6458
65-
To download a album run,
59+
To download an album run,
6660
6761
# spotdl $albumUrl
6862
spotdl https://open.spotify.com/album/2YMWspDGtbDgYULXvVQFM6?si=gF5dOQm8QUSo-NdZVsFjAQ

0 commit comments

Comments
 (0)