fix: incorrect section for scoop installation method

This commit is contained in:
Erica Marigold 2023-08-01 17:03:12 +05:30 committed by GitHub
parent 819d5ff043
commit f70bc64c74
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.