Skip to content

Commit

Permalink
add install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Jul 1, 2020
1 parent 48c94d4 commit 43bcb92
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<a href="https://travis-ci.org/schollz/spotifydownload"><img
src="https://img.shields.io/travis/schollz/spotifydownload.svg?style=flat-square"
alt="Build Status"></a>
<a href="https://gocover.io/github.com/schollz/getsong"><img src="https://img.shields.io/badge/coverage-82%25-brightgreen.svg?style=flat-square" alt="Coverage"></a>
<a
href="https://github.com/schollz/spotifydownload/releases/latest"><img
src="https://img.shields.io/badge/version-0.7.1-brightgreen.svg?style=flat-square"
alt="Version"></a> </p>
<a href="https://gocover.io/github.com/schollz/getsong"><img src="https://img.shields.io/badge/coverage-82%25-brightgreen.svg?style=flat-square" alt="Coverage"></a> </p>

<p align="center">Automatically download your Spotify playlists.</p>

Expand All @@ -26,7 +22,15 @@ Unlike other downloaders, there are no dependencies (other than ffmpeg which wil

# Install

Get the [latest release](https://github.com/schollz/spotifydownload/releases/latest) or install with `go get`:
Install by downloading [latest release](https://github.com/schollz/spotifydownload/releases/latest).

Or install with bash:

```
curl https://getspotifydownload.schollz.com | bash
```

Or install with `go get`:

```
go get github.com/schollz/spotifydownload
Expand Down

2 comments on commit 43bcb92

@mehedeetalha
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have installed the software. How to remove it?

@schollz
Copy link
Owner Author

@schollz schollz commented on 43bcb92 Jul 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have installed the software. How to remove it?

The software is just a file. You can remove it to uninstall. If you installed with Go it will be in $GOPATH/bin.

Please sign in to comment.