From 7ede5a2dbcbbf7a310d756d7b73741e1054a9f7a Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sun, 15 Aug 2021 21:16:22 -0700 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fff04d36..7884076f 100644 --- a/README.md +++ b/README.md @@ -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: