docs(readme): update scoop install instructions

This commit is contained in:
LGUG2Z
2022-01-28 08:35:39 -08:00
parent b2a34204c6
commit e67425f841
+4 -2
View File
@@ -88,14 +88,16 @@ PowerShell prompt), and then move the binaries to that directory.
If you use the [Scoop](https://scoop.sh/) command line installer, you can run the following commands to install the If you use the [Scoop](https://scoop.sh/) command line installer, you can run the following commands to install the
binaries from the latest GitHub Release: binaries from the latest GitHub Release:
``` ```powershell
scoop bucket add komorebi https://github.com/LGUG2Z/komorebi-bucket scoop bucket add extras
scoop install komorebi scoop install komorebi
``` ```
If you install _komorebi_ using Scoop, the binaries will automatically be added to your `Path` and a command will be If you install _komorebi_ using Scoop, the binaries will automatically be added to your `Path` and a command will be
shown for you to run in order to get started using the sample configuration file. shown for you to run in order to get started using the sample configuration file.
Thanks to [@sitiom](https://github.com/sitiom) for getting _komorebi_ added to the popular Scoop Extras bucket.
### Building from Source ### Building from Source
If you prefer to compile _komorebi_ from source, you will need If you prefer to compile _komorebi_ from source, you will need