mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
Include Scoop Package Section (#2)
This commit is contained in:
parent
1c054008cf
commit
294f2acd9e
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue