diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,15 +19,15 @@ Requirements Installation ------------ -- `go get git.clsr.net/util/ff2mpv-go` +- `go install git.clsr.net/util/ff2mpv-go@latest` - `ff2mpv-go --manifest > ~/.mozilla/native-messaging-hosts/ff2mpv.json` If `$GOBIN` is not in `$PATH`, specify the full path to the installed executable (e.g. `$GOBIN/ff2mpv-go`) when running it. If a custom mpv command is required, manually clone the repository and edit the -`mpvCmd` variable in `ff2mpv.go`, then `go install` the package instead of the -`go get` step. +`mpvCmd` variable in `ff2mpv.go`, then run `go install` in the package folder +instead of above the `go install` step. Usage |