aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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