We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cd248 commit 68944f5Copy full SHA for 68944f5
1 file changed
README.md
@@ -81,13 +81,13 @@ For a full description of the `wac` language see [the language guide](LANGUAGE.m
81
## Installation
82
83
```
84
-cargo install --git https://github.com/peterhuene/wac --locked
+cargo install wac-cli
85
86
87
To enable support Warg component registries, specify the `registry` feature:
88
89
90
-cargo install --git https://github.com/peterhuene/wac --locked --features registry
+cargo install wac-cli --features registry
91
92
93
## Usage
0 commit comments