(Re-)add scoop install example

This commit is contained in:
bytedream 2023-08-08 11:06:07 +02:00
parent 9f9aec1f8a
commit 800df5ca6c

View file

@ -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.