mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
(Re-)add scoop install example
This commit is contained in:
parent
9f9aec1f8a
commit
800df5ca6c
1 changed files with 8 additions and 0 deletions
|
|
@ -67,6 +67,14 @@ Check out the [releases](https://github.com/crunchy-labs/crunchy-cli/releases) t
|
||||||
$ nix <run|shell|develop> github:crunchy-labs/crunchy-cli
|
$ nix <run|shell|develop> github:crunchy-labs/crunchy-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- [Scoop](https://scoop.sh/)
|
||||||
|
|
||||||
|
For Windows users, we support the [scoop](https://scoop.sh/#/) command-line installer.
|
||||||
|
```shell
|
||||||
|
$ scoop bucket add extras
|
||||||
|
$ scoop install extras/crunchy-cli
|
||||||
|
```
|
||||||
|
|
||||||
### 🛠 Build it yourself
|
### 🛠 Build it yourself
|
||||||
|
|
||||||
Since we do not support every platform and architecture you may have to build the project yourself.
|
Since we do not support every platform and architecture you may have to build the project yourself.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue