From d88a5673fa2a9b694f253f9a4bfd56e3f1935d5c Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Mon, 11 Mar 2024 20:50:58 -0400 Subject: [PATCH] Update installation instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e5946..72060bf 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,13 @@ and pass the command to run via CLI. [releases page](https://github.com/mtkennerly/shawl/releases). It's portable, so you can simply download it and put it anywhere without going through an installer. -* If you have Rust installed, you can run `cargo install shawl`. +* If you have Rust installed, you can run `cargo install --locked shawl`. * If you have [Scoop](https://scoop.sh): * To install: `scoop bucket add extras && scoop install shawl` * To update: `scoop update && scoop update shawl` +* If you have [Winget](https://github.com/microsoft/winget-cli). + * To install: `winget install -e --id mtkennerly.shawl` + * To update: `winget upgrade -e --id mtkennerly.shawl` ## Usage Here is an example of creating a service wrapped with Shawl