From 29356fe1bdbe2194cb9dfb26808e310d959e6fdf Mon Sep 17 00:00:00 2001 From: Souvik Kumar Date: Tue, 3 Sep 2024 22:27:21 +0530 Subject: [PATCH] Update README.md Fixes installation method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1844026..ee47c34 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Usage: You can use the `go` tool to install `CompileDaemon`: - go get github.com/githubnemo/CompileDaemon + go install github.com/githubnemo/CompileDaemon@latest ## Development