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:
commit
43927a6dbb
1 changed files with 6 additions and 0 deletions
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue