From ddf3888e43df15bae862aebf578b7213d42f977a Mon Sep 17 00:00:00 2001 From: Ken Huang Date: Sun, 10 Mar 2024 00:09:19 +0800 Subject: [PATCH] Update the installation command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1af5468..086f6c4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GNU GLOBAL compatible source code tagging for golang ## Installation ~~~ -go get github.com/juntaki/gogtags +go install github.com/juntaki/gogtags@latest ~~~ ## GNU GLOBAL Installation for gogtags