From a6e43d7581be86da094f897a2e6f2228fe474297 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 8 Mar 2026 18:44:42 -0500 Subject: [PATCH] Update Go installation command in README Update go install instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b18fc3..03c642e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A little RCON cli based on james4k's RCON library for golang. 2. On UNIX-y platforms, set the binary to be executable - done! -If you [have Go](https://golang.org/dl/) you could also simply `go get github.com/itzg/rcon-cli && rcon-cli -h`. +If you [have Go](https://golang.org/dl/) you could also simply `go install github.com/itzg/rcon-cli@latest && rcon-cli -h`. ## Usage