From b17bf7f18743083e0e1aba07f424a37d240e46b1 Mon Sep 17 00:00:00 2001 From: Hakan Date: Fri, 14 Jan 2022 10:30:51 +0100 Subject: [PATCH] [I-28] Update README.md to use `go install` --- .github/RELEASE_TEMPLATE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/RELEASE_TEMPLATE.md b/.github/RELEASE_TEMPLATE.md index 7e1dca0..004d1f4 100644 --- a/.github/RELEASE_TEMPLATE.md +++ b/.github/RELEASE_TEMPLATE.md @@ -3,7 +3,7 @@ You can use `go` to build SSH Manager locally with: ```shell -go get -u github.com/omegion/ssh-manager +go install github.com/omegion/ssh-manager@latest ``` Or, you can use the usual commands to install or upgrade: diff --git a/README.md b/README.md index 7f016a8..efd9a01 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Use "ssh-manager [command] --help" for more information about a command. You can use `go` to build SSH Manager locally with: ```shell -go install github.com/omegion/ssh-manager +go install github.com/omegion/ssh-manager@latest ``` This will install `ssh-manager` binary to your `GOPATH`.