From e25db7ec38feab917b5e6a0a7b1f3e5f7d2d0335 Mon Sep 17 00:00:00 2001 From: Calvin Prewitt Date: Thu, 16 May 2024 14:27:57 -0500 Subject: [PATCH] updated README with `cargo binstall` option --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dcd1646..d467b3a 100644 --- a/README.md +++ b/README.md @@ -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: