Skip to content

Commit 68944f5

Browse files
committed
Update install instructions in README.
1 parent 82cd248 commit 68944f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ For a full description of the `wac` language see [the language guide](LANGUAGE.m
8181
## Installation
8282

8383
```
84-
cargo install --git https://github.com/peterhuene/wac --locked
84+
cargo install wac-cli
8585
```
8686

8787
To enable support Warg component registries, specify the `registry` feature:
8888

8989
```
90-
cargo install --git https://github.com/peterhuene/wac --locked --features registry
90+
cargo install wac-cli --features registry
9191
```
9292

9393
## Usage

0 commit comments

Comments
 (0)