Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarrier committed Jul 1, 2022
1 parent c8ef25b commit 77104e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ gauth: replace Google Authenticator
Installation
------------

With a Go environment already set up, it should be as easy as `go get github.com/pcarrier/gauth`.
With a Go environment already set up, it should be as easy as `go install github.com/pcarrier/gauth@latest`.

*Eg,* with `GOPATH=$HOME/go`, it will create a binary `$HOME/go/bin/gauth`.
*Eg,* with `GOPATH=$HOME/go` (its default), it will create a binary `$HOME/go/bin/gauth`.

Usage
-----
Expand Down

0 comments on commit 77104e0

Please sign in to comment.