Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentrax authored May 11, 2020
1 parent 892e002 commit 8977d0d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ $ ./GMDB update

Simply just build from remote URL:
```
$ go build -o ./GMDB github.com/Dentrax/GMDB
$ go get -u github.com/Dentrax/GMDB; go build -o ./GMDB github.com/Dentrax/GMDB
```

or
Expand Down Expand Up @@ -168,6 +168,13 @@ $ go build .
$ go install .
```

*Install the dependencies:*
```
$ brew cask install mpv
$ brew install youtube-dl
$ npm install -g peerflix
```

## Configuration

You can use custom file with `config` arg:
Expand Down

0 comments on commit 8977d0d

Please sign in to comment.