From e1c741f5de15e64859b3ed4368a9131a23bb4439 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Wed, 22 Apr 2026 18:01:41 +0200 Subject: [PATCH] update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: