Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dim13 committed Jul 6, 2024
1 parent f2a8e54 commit 948f0db
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,12 @@ to plain [otpauth links](https://github.com/google/google-authenticator/wiki/Key

## Example

**NOTE**: at least [Go](https://golang.org/dl/) 1.16 required, or use latest binary [release](https://github.com/dim13/otpauth/releases/latest).

```
go get github.com/dim13/otpauth
```

Starting in Go 1.17, installing executables with `go get` is deprecated. `go install` may be used instead:

```
go install github.com/dim13/otpauth@latest
```

Or get latest binary [release](https://github.com/dim13/otpauth/releases/latest).

### Usage

```
Expand Down

0 comments on commit 948f0db

Please sign in to comment.