Skip to content

Commit

Permalink
README.md: added GO111MODULE=on to go get
Browse files Browse the repository at this point in the history
So that the older, annie-compatible version of github.com/rylio/ytdl is used
  • Loading branch information
elimisteve authored Apr 24, 2020
1 parent 90e4f8f commit 8f52c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The following dependencies are required and must be installed separately.
To install Annie, use `go get`, or download the binary file from [Releases](https://github.com/iawia002/annie/releases) page.

```bash
$ go get github.com/iawia002/annie
$ GO111MODULE=on go get github.com/iawia002/annie
```

### Homebrew (macOS only)
Expand Down

0 comments on commit 8f52c31

Please sign in to comment.