0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

Merge pull request #152 from HugoReeves/master

readme: add nix install instructions
This commit is contained in:
Zack 2019-11-17 13:23:55 -08:00 committed by GitHub
commit 43927a6dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,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
```
On Arch Linux you can install the latest release with `pacman`: