update install instructions

This commit is contained in:
Pierre Carrier 2022-07-01 03:16:13 +02:00
parent c8ef25b018
commit 77104e061c
No known key found for this signature in database
GPG Key ID: 5DF14924829826AF

View File

@ -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
-----