From f70bc64c74f1f3acbe561314f1cdce697377e86a Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 1 Aug 2023 17:03:12 +0530 Subject: [PATCH] fix: incorrect section for scoop installation method --- pages/getting-started/1-installation.mdx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/getting-started/1-installation.mdx b/pages/getting-started/1-installation.mdx index 8e74a8b..2558e3c 100644 --- a/pages/getting-started/1-installation.mdx +++ b/pages/getting-started/1-installation.mdx @@ -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. - - -
-Building from source - -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.
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 ```
+
+Building from source + +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.
Once installed, run the following command in your terminal: + +```sh copy filename="Bash" +cargo install lune --locked +``` +
+ ## Next Steps Congratulations! You've installed Lune and are now ready to write your first script.