aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2021-03-04 18:25:01 +0100
committerclsr <clsr@clsr.net>2021-03-04 18:25:01 +0100
commit639496c5829220467dec8f2177ee8d31afa5502b (patch)
tree7b11999519282d52e52eee95860c62e09fd08d55 /README.md
parent788cadaa6834e3bc3a0568efd2f5605d1c0cc554 (diff)
downloadff2mpv-go-master.tar.gz
ff2mpv-go-master.zip
Update install instructions for Go 1.16HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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