mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
readme: add nix install instructions
This commit is contained in:
parent
02f89b1854
commit
53328fa58b
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@ $ scoop bucket add schollz-bucket https://github.com/schollz/scoop-bucket.git
|
||||||
$ scoop install croc
|
$ 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+):
|
Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.12+):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue