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.