From bedd27f2edde453b32c1343dc5098482b48dcf62 Mon Sep 17 00:00:00 2001 From: "Viktor A. Rozenko Voitenko" Date: Sat, 28 Jan 2023 20:34:44 +0300 Subject: [PATCH] docs(README): update installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8edb1a6..3a62afb 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ yay -S sema ### Using the `go` tool ```bash -go install github.com/sharpvik/sema@latest +go install github.com/sharpvik/sema/v3 ``` > Both `yay` and `go` put `sema` binary into your `$GOPATH/bin` during