mirror of
https://github.com/lune-org/docs.git
synced 2025-04-03 18:10:54 +01:00
fix: incorrect section for scoop installation method
This commit is contained in:
parent
819d5ff043
commit
f70bc64c74
1 changed files with 12 additions and 12 deletions
|
@ -49,18 +49,6 @@ yay -S [PACKAGE_NAME]
|
|||
Only one of these AUR packages must be installed at a time in order to prevent conflicts.
|
||||
</Callout>
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Building from source</summary>
|
||||
|
||||
Building and installing from source requires the latest version of
|
||||
[Rust & Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) to be installed on
|
||||
your system. <br /> Once installed, run the following command in your terminal:
|
||||
|
||||
```sh copy filename="Bash"
|
||||
cargo install lune --locked
|
||||
```
|
||||
|
||||
### Scoop
|
||||
Windows users can use [scoop](https://scoop.sh) to install lune.
|
||||
|
@ -74,6 +62,18 @@ scoop install lune
|
|||
```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Building from source</summary>
|
||||
|
||||
Building and installing from source requires the latest version of
|
||||
[Rust & Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) to be installed on
|
||||
your system. <br /> Once installed, run the following command in your terminal:
|
||||
|
||||
```sh copy filename="Bash"
|
||||
cargo install lune --locked
|
||||
```
|
||||
</details>
|
||||
|
||||
## Next Steps
|
||||
|
||||
Congratulations! You've installed Lune and are now ready to write your first script.
|
||||
|
|
Loading…
Add table
Reference in a new issue