We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo binstall
1 parent 52873d8 commit ed68922Copy full SHA for ed68922
README.md
@@ -80,10 +80,20 @@ For a full description of the `wac` language see [the language guide](LANGUAGE.m
80
81
## Installation
82
83
+To install the `wac` CLI from source, run the following command:
84
+
85
```
86
cargo install wac-cli
87
88
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
97
## Usage
98
99
The `wac` CLI tool has three commands:
0 commit comments