diff --git a/pages/getting-started/1-installation.mdx b/pages/getting-started/1-installation.mdx index 4da64dc..2558e3c 100644 --- a/pages/getting-started/1-installation.mdx +++ b/pages/getting-started/1-installation.mdx @@ -49,6 +49,17 @@ yay -S [PACKAGE_NAME] Only one of these AUR packages must be installed at a time in order to prevent conflicts. + +### 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 +```
@@ -61,7 +72,6 @@ your system.
Once installed, run the following command in your terminal: ```sh copy filename="Bash" cargo install lune --locked ``` -
## Next Steps