mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
update README
This commit is contained in:
parent
74b4f3aac0
commit
e1c741f5de
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -24,11 +24,20 @@ It is heavily inspired by tools like `grpcurl` but built to leverage the safety
|
||||||
|
|
||||||
## 📦 Installation
|
## 📦 Installation
|
||||||
|
|
||||||
|
- With `cargo install`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo install --locked granc
|
cargo install --locked granc
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- With `cargo binstall`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo binstall granc
|
||||||
|
```
|
||||||
|
|
||||||
|
(`cargo binstall` will download the compiled binary from the latest release)
|
||||||
|
|
||||||
## 🛠️ Prerequisites
|
## 🛠️ Prerequisites
|
||||||
|
|
||||||
Granc needs to know the schema of the service you are calling. It can obtain this in two ways:
|
Granc needs to know the schema of the service you are calling. It can obtain this in two ways:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue