From fe0f06dbd22970e459c408f67c6ae37267f465e3 Mon Sep 17 00:00:00 2001 From: nabbisen Date: Wed, 24 May 2023 21:33:09 +0900 Subject: [PATCH] fix: 'go install' requires a version when current directory is not in a module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1684bf7..2fea7f8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The original purpose of this program was to defend [searx](https://asciimoo.gith ## Installation and setup ``` -$ go install github.com/asciimoo/filtron +$ go install github.com/asciimoo/filtron@latest $ "$GOPATH/bin/filtron" --help ```