diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-08-07 17:01:08 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-08-07 17:01:08 +0100 |
| commit | b47a4357c43b37fdd0c9cb4489acba8943022a27 (patch) | |
| tree | eb9718bc978f16faf53796d64bc7a93d9f551fa4 | |
| parent | 9fd13a4ee0a189f6cf81658370df339a1d4e1868 (diff) | |
📚docs: add GitHub install example and update deps
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -14,6 +14,9 @@ cargo install --git https://github.com/ndpm13/zap-rs # Install from URL zap-rs install --from https://f.sed.lol/wow.AppImage wow +# Install from GitHub releases +zap-rs install --github --from vscodium/vscodium + # Remove zap-rs rm neovim ``` @@ -27,7 +30,7 @@ This is me figuring out Rust and messing around with async stuff. Code changes a ## Acknowledgments - [zap](https://github.com/srevinsaju/zap) - The original AppImage package manager that inspired this project -- The Rust community for excellent crates like `clap`, `tokio`, and `indicatif` +- The Rust community for excellent crates like `clap`, `tokio`, `octocrab`, and `dialoguer` ## License |
