From c799c1bca2e69ed5a756de45bebe9c46a99f4417 Mon Sep 17 00:00:00 2001 From: sitiom Date: Mon, 22 Mar 2021 11:11:38 +0800 Subject: [PATCH] Add reference to scoop installation in Windows --- README.md | 47 ++++++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index c2d5e65..f7fc9f4 100644 --- a/README.md +++ b/README.md @@ -24,26 +24,14 @@ Lightcord doesn't just *patch* Discord with its content. If it did, Discord upda ## Installing You can download a release from the [releases tab](https://github.com/Lightcord/Lightcord/releases). -## Running From Source -Prerequisites: [Node.js](https://nodejs.org/en/) and NPM -To run from source, follow these instructions: -```sh -git clone https://github.com/Lightcord/Lightcord -cd Lightcord -npm run devInstall -npm test -``` -*You will have to do that every time you pull/clone* -
-Lightcord will then launch. If you see the Lightcord icon, you're good to go! -![icon](https://github.com/Lightcord/Lightcord/blob/master/imagery/68747470733a2f2f692e696d6775722e636f6d2f72486e73504e4f2e706e67.png?raw=true) -
-Any time you want to launch, just run: -```sh -npm run run -``` +## Windows -*You can install on GNU/Linux with our install script or the AUR* +You can install Lightcord with [scoop](https://github.com/lukesampson/scoop). + +```powershell +scoop bucket add extras +scoop install lightcord +``` ## AUR (Unofficial) You need to install the `base-devel` and `git` packages first @@ -72,6 +60,27 @@ You can also install it with our *express install script*, which will automatica - Add execution rights to the .desktop file to allow launching. - Download the Lightcord icon in the .svg format and install it in /usr/share/pixmaps. +## Running From Source +Prerequisites: [Node.js](https://nodejs.org/en/) and NPM +To run from source, follow these instructions: +```sh +git clone https://github.com/Lightcord/Lightcord +cd Lightcord +npm run devInstall +npm test +``` +*You will have to do that every time you pull/clone* +
+Lightcord will then launch. If you see the Lightcord icon, you're good to go! +![icon](https://github.com/Lightcord/Lightcord/blob/master/imagery/68747470733a2f2f692e696d6775722e636f6d2f72486e73504e4f2e706e67.png?raw=true) +
+Any time you want to launch, just run: +```sh +npm run run +``` + +*You can install on GNU/Linux with our install script or the AUR* + ## Express Install Script - This script requires the `unzip` package to be installed. Use your package manager of choice to install it.