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:
LGUG2Z
2021-08-15 21:16:22 -07:00
parent b2ab893e77
commit 7ede5a2dbc

View File

@@ -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`:
```powershell
cargo install --path komorebi
cargo install --path komorebic
cargo install --path komorebi --locked
cargo install --path komorebic --locked
```
By running `komorebic start` at a Powershell prompt, you should see the following output: