feat: include scoop installation method

This commit is contained in:
Erica Marigold 2023-08-01 16:54:25 +05:30 committed by GitHub
parent 1c054008cf
commit 819d5ff043
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,16 @@ your system. <br /> Once installed, run the following command in your terminal:
cargo install lune --locked
```
### Scoop
Windows users can use [scoop](https://scoop.sh) to install lune.
```ps copy filename="PowerShell"
# Add the bucket
scoop bucket add lune https://github.com/CompeyDev/lune-packaging.git
# Install the package
scoop install lune
```
</details>
## Next Steps