Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Mar 12, 2024
1 parent 79c56b2 commit d88a567
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d88a567

Please sign in to comment.