diff options
author | clsr <clsr@clsr.net> | 2021-03-04 18:25:01 +0100 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2021-03-04 18:25:01 +0100 |
commit | 639496c5829220467dec8f2177ee8d31afa5502b (patch) | |
tree | 7b11999519282d52e52eee95860c62e09fd08d55 | |
parent | 788cadaa6834e3bc3a0568efd2f5605d1c0cc554 (diff) | |
download | ff2mpv-go-639496c5829220467dec8f2177ee8d31afa5502b.tar.gz ff2mpv-go-639496c5829220467dec8f2177ee8d31afa5502b.zip |
-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 |