mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-07 13:35:14 +02:00
docs(readme): update install cmd to use lockfile
Clap just released a new beta which breaks a bunch of stuff. Not looking forward to digging through the changes to do that update. For now, users can run 'cargo install --locked' to ensure that the previous beta of Clap is used, thus allowing them to continue compiling from source. resolve #8
This commit is contained in:
@@ -69,8 +69,8 @@ the [Build Tools for Visual Studio 2019](https://stackoverflow.com/a/55603112).
|
|||||||
You can then clone this repo and compile the source code to install the binaries for `komorebi` and `komorebic`:
|
You can then clone this repo and compile the source code to install the binaries for `komorebi` and `komorebic`:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
cargo install --path komorebi
|
cargo install --path komorebi --locked
|
||||||
cargo install --path komorebic
|
cargo install --path komorebic --locked
|
||||||
```
|
```
|
||||||
|
|
||||||
By running `komorebic start` at a Powershell prompt, you should see the following output:
|
By running `komorebic start` at a Powershell prompt, you should see the following output:
|
||||||
|
|||||||
Reference in New Issue
Block a user