chore: add install method in README

This commit is contained in:
INX "Xenon" 2026-01-28 22:06:26 +08:00
parent 692800c5d9
commit b980a6907b
Signed by: inx
SSH key fingerprint: SHA256:oEFbclBdeqw4M09C3hfnDej0ioZdzZW6BKxsZH6quX8

View file

@ -12,9 +12,17 @@
## 📦 Installation ## 📦 Installation
### From Cargo
```bash
cargo install naj
```
### From Source ### From Source
```bash ```bash
git clone https://github.com/dotinx/naj.git
cd naj
cargo install --path . cargo install --path .
``` ```