-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cargo binstall to cargo install section (#175)
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|