Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Add release information to "Getting started"
  • Loading branch information
yelsaw authored Sep 7, 2024
1 parent 43ae2cb commit f74b97f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ In the future this project may become more end-user friendly, but for now it's b
As mentioned, only supports [Time-based one-time password](https://en.wikipedia.org/wiki/Time-based_one-time_password) not [HMAC-based one-time password](https://en.wikipedia.org/wiki/HMAC-based_one-time_password)

## Getting started

Navigate to the [Releases Page](https://github.com/yelsaw/gotp/releases) and download the code, or use a pre-compiled binary for your OS.
- Linux (Tested on Debian)
- Darwin (Tested on Intel and M3)
- Windows (Untested as of first release)

*OR*

Clone the repo, build or run the app.

OTP code from URL
Expand All @@ -26,4 +34,4 @@ Expires in 30 seconds
Press q to quit
```
```

0 comments on commit f74b97f

Please sign in to comment.