chore: update README

This commit is contained in:
JasterV 2026-01-21 13:50:59 +01:00
parent e5b1296ab5
commit eaf99b1034

View file

@ -1,5 +1,7 @@
# Granc 🦀
[![granc on crates.io](https://img.shields.io/crates/v/granc)](https://crates.io/crates/granc)
> ⚠️ **Status: Experimental**
>
> This project is currently in a **highly experimental phase**. It is a working prototype intended for testing and development purposes. APIs, command-line arguments, and internal logic are subject to breaking changes. Please use with caution.
@ -22,6 +24,12 @@ It is heavily inspired by tools like `grpcurl` but built to leverage the safety
## 📦 Installation
### From Crates.io
```bash
cargo install granc
```
### From Source
Ensure you have Rust and Cargo installed.