diff --git a/README.md b/README.md index d2c4491..8ac9aa4 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,20 @@ It is heavily inspired by tools like `grpcurl` but built to leverage the safety ## 📦 Installation +- With `cargo install`: + ```bash cargo install --locked granc - ``` +- With `cargo binstall`: + +```bash +cargo binstall granc +``` + +(`cargo binstall` will download the compiled binary from the latest release) + ## 🛠️ Prerequisites Granc needs to know the schema of the service you are calling. It can obtain this in two ways: