Skip to content

Commit ed68922

Browse files
authored
updated README with cargo binstall option (#120)
1 parent 52873d8 commit ed68922

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,20 @@ For a full description of the `wac` language see [the language guide](LANGUAGE.m
8080

8181
## Installation
8282

83+
To install the `wac` CLI from source, run the following command:
84+
8385
```
8486
cargo install wac-cli
8587
```
8688

89+
If you have the [cargo-binstall](https://github.com/cargo-bins/cargo-binstall)
90+
utility installed, `wac` CLI can also be installed via a prebuilt
91+
release artifact, saving time on the installation:
92+
93+
```
94+
cargo binstall wac-cli
95+
```
96+
8797
## Usage
8898

8999
The `wac` CLI tool has three commands:

0 commit comments

Comments
 (0)