mirror of
https://github.com/lune-org/docs.git
synced 2025-04-04 18:40:59 +01:00
feat: include scoop installation method
This commit is contained in:
parent
1c054008cf
commit
819d5ff043
1 changed files with 10 additions and 0 deletions
|
@ -62,6 +62,16 @@ your system. <br /> Once installed, run the following command in your terminal:
|
||||||
cargo install lune --locked
|
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>
|
</details>
|
||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
Loading…
Add table
Reference in a new issue