From 94f563cd51dc4dffd0a4c5e0e1c9e8d7c68996ba Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:06:00 -0400 Subject: [PATCH] Add Nix install instructions (#198) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f2c5f77..54ec71d 100644 --- a/README.md +++ b/README.md @@ -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.