From b6ffd1add4c5c5dc39c4fd4d2e39d69266a043a9 Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Tue, 7 Nov 2023 00:08:29 +0900 Subject: [PATCH] Fix go install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bdcb8e..b5fbe63 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $ brew upgrade github-nippou If you're interested in hacking on `github-nippou`, you can install via `go install`: ``` -$ go install github.com/masutaka/github-nippou@latest +$ go install github.com/masutaka/github-nippou/v4@latest ``` Also you can use make command, it's easy to build `github-nippou`: