summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-08-07 17:01:44 +0100
committerNaz <ndpm13@ch-naseem.com>2025-08-07 17:01:44 +0100
commit75e49e6571cf991f36d3b0cab481f984afa51c44 (patch)
treeeb9718bc978f16faf53796d64bc7a93d9f551fa4 /README.md
parentbf42f2e19d8bf710d149c6c6f7301fae2310ba41 (diff)
parentb47a4357c43b37fdd0c9cb4489acba8943022a27 (diff)
Merge pull request 'feat/issue-15' (#16) from feat/issue-15 into main
Reviewed-on: https://git.ch-naseem.com/ndpm13/zap-rs/pulls/16
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index d634aef..12e7c51 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
+
# 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