From 819d5ff043fc18c6610e336b7afce0de4812023b Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 1 Aug 2023 16:54:25 +0530 Subject: [PATCH] feat: include scoop installation method --- pages/getting-started/1-installation.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) 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