diff --git a/pages/getting-started/1-installation.mdx b/pages/getting-started/1-installation.mdx index 4da64dc..8e74a8b 100644 --- a/pages/getting-started/1-installation.mdx +++ b/pages/getting-started/1-installation.mdx @@ -62,6 +62,16 @@ your system.
Once installed, run the following command in your terminal: cargo install lune --locked ``` +### 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 +``` ## Next Steps