Skip to content

Commit 0c72d84

Browse files
authored
docs: update README (#4)
1 parent 2db70c8 commit 0c72d84

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# appimageupdate
1+
# AppImageUpdate
2+
<img src="https://img.shields.io/github/downloads/pkgforge-dev/AppImageUpdate/total" alt="GitHub Downloads (all assets, all releases)"> <img src="https://img.shields.io/github/v/release/pkgforge-dev/AppImageUpdate" alt="GitHub Release"> <img src="https://img.shields.io/github/release-date/pkgforge-dev/AppImageUpdate" alt="GitHub Release Date">
23

34
A Rust implementation of AppImageUpdate - a tool for updating AppImages using efficient delta updates.
45

@@ -16,7 +17,7 @@ A Rust implementation of AppImageUpdate - a tool for updating AppImages using ef
1617
### From Source
1718

1819
```bash
19-
git clone https://github.com/qaidvoid/appimageupdate.git
20+
git clone https://github.com/pkgforge-dev/appimageupdate.git
2021
cd appimageupdate
2122
cargo install --path .
2223
```
@@ -132,14 +133,17 @@ output_dir = "~/Applications"
132133
This is a Rust rewrite of the upstream [AppImageUpdate](https://github.com/AppImage/AppImageUpdate) (C++/Qt).
133134

134135
Advantages:
135-
- Single binary with no runtime dependencies
136+
- Single static binary with no runtime dependencies
137+
- Over 10x smaller
136138
- Cleaner, more maintainable codebase
137139
- URL caching to avoid redundant API calls
140+
- Proxy support
138141
- Better error messages
139142

140143
Differences:
141144
- No GPG signature verification (not implemented)
142145
- No pling integration (not implemented)
146+
- No GUI (not implemented)
143147

144148
## Library Usage
145149

0 commit comments

Comments
 (0)