mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +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
|
||||
```
|
||||
|
||||
### 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
|
||||
|
|
Loading…
Add table
Reference in a new issue