From 294f2acd9e24ccdb528e689db11be818164ff6c2 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 3 Aug 2023 02:28:35 +0530 Subject: [PATCH] Include Scoop Package Section (#2) --- pages/getting-started/1-installation.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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