From 639496c5829220467dec8f2177ee8d31afa5502b Mon Sep 17 00:00:00 2001 From: clsr Date: Thu, 4 Mar 2021 18:25:01 +0100 Subject: Update install instructions for Go 1.16 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 821bf90..0c9c566 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit