mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-07 05:25:21 +02:00
docs(readme): update scoop install instructions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user