diff --git a/README.md b/README.md index 6fc30f6..8c2d2ec 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,17 @@ ## 📦 Installation +### From Cargo + +```bash +cargo install naj +``` + ### From Source ```bash +git clone https://github.com/dotinx/naj.git +cd naj cargo install --path . ```