Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading