Skip to content

Commit

Permalink
Add installation instructions for Nix and Flox
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Jan 7, 2025
1 parent dd10fe7 commit 5bb5fed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,18 @@ cargo binstall hanko
brew install srv6d/tap/hanko
```

## Using Nix

```
nix-env -f channel:nixpkgs-unstable -iA hanko
```

## Using Flox

```
flox install 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 5bb5fed

Please sign in to comment.