Skip to content

Commit

Permalink
[I-28] Update README.md to use go install
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan committed Jan 14, 2022
1 parent aafc534 commit b17bf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/RELEASE_TEMPLATE.md
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`.
Expand Down

0 comments on commit b17bf7f

Please sign in to comment.