Skip to content

Commit

Permalink
Update installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs committed Feb 5, 2024
1 parent fc055ac commit d149e44
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 @@ -6,12 +6,20 @@ License: MIT or Apache-2.0

## Usage

### Add `minotp` into your project
### Installation

Add `minotp` into your project.

```bash
cargo add minotp
```

Also the hash you want (e.g., SHA1).

```bash
cargo add sha1
```

### TOTP (commonly used)

```rust
Expand Down

0 comments on commit d149e44

Please sign in to comment.