Include Scoop Package Section (#2)

This commit is contained in:
Erica Marigold 2023-08-03 02:28:35 +05:30 committed by GitHub
parent 1c054008cf
commit 294f2acd9e
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,17 @@ yay -S [PACKAGE_NAME]
Only one of these AUR packages must be installed at a time in order to prevent conflicts.
</Callout>
### 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>
<details>
@ -61,7 +72,6 @@ your system. <br /> Once installed, run the following command in your terminal:
```sh copy filename="Bash"
cargo install lune --locked
```
</details>
## Next Steps