chore: add install method in README
This commit is contained in:
parent
692800c5d9
commit
b980a6907b
1 changed files with 8 additions and 0 deletions
|
|
@ -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 .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue