From 53328fa58b0cee7c7da80ce29c3f4bf01ddee95d Mon Sep 17 00:00:00 2001 From: Hugo Reeves Date: Wed, 14 Aug 2019 11:09:13 +1200 Subject: [PATCH] readme: add nix install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5ecea591..8b86f1b9 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ $ scoop bucket add schollz-bucket https://github.com/schollz/scoop-bucket.git $ scoop install croc ``` +On Unix you can install the latest release with [Nix](https://nixos.org/nix): + +``` +$ nix-env -i croc +``` + Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+):