summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-08-07 17:35:17 +0100
committerNaz <ndpm13@ch-naseem.com>2025-08-07 17:35:17 +0100
commitd662c2b01a4372e796c3081b75818cdab2ee541f (patch)
treee429788b6af88e611a1a6a3068c468771d104917
parenta9a3319f2b795166b7d11ac10dfd98b2f720033a (diff)
📚docs: add GitHub install example and update deps
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d634aef..a7db689 100644
--- a/README.md
+++ b/README.md
@@ -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 codium
+
# 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