Skip to content

Commit

Permalink
Add cargo binstall to cargo install section (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d authored Nov 24, 2024
1 parent cda89ee commit 3c23b92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ Any commits made by octocat with the email `[email protected]` and signed by on
cargo install --locked hanko
```

Or using [cargo binstall](https://github.com/cargo-bins/cargo-binstall) should you prefer not to build yourself.

```bash
cargo binstall hanko
```

## Using Docker

From scratch docker images are [built](https://github.com/SRv6d/hanko/blob/main/Dockerfile) and attested in CI for every release and are available through the GitHub container registry for this repository.
Expand Down

0 comments on commit 3c23b92

Please sign in to comment.