Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,20 @@ For a full description of the `wac` language see [the language guide](LANGUAGE.m

## Installation

To install the `wac` CLI from source, run the following command:

```
cargo install wac-cli
```

If you have the [cargo-binstall](https://github.com/cargo-bins/cargo-binstall)
utility installed, `wac` CLI can also be installed via a prebuilt
release artifact, saving time on the installation:

```
cargo binstall wac-cli
```

## Usage

The `wac` CLI tool has three commands:
Expand Down