Add Nix install instructions (#198)

pull/204/head
Sridhar Ratnakumar 2 years ago committed by GitHub
parent d8c9031f9c
commit 94f563cd51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,6 +51,15 @@ Or, if you want to the latest changes:
brew install --HEAD zk
```
### Nix
```sh
# Run zk from Nix store without installing it:
nix run nixpkgs#zk
# Or, to install it permanently:
nix-env -iA zk
```
### Arch Linux
You can install [the zk package](https://archlinux.org/packages/community/x86_64/zk/) from the official repos.

Loading…
Cancel
Save