Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Oct 23, 2023
1 parent d15c590 commit 0b02fa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ A tool to sign and verify `.zip` and `.tar.gz` files with an ed25519 signing key

### Install

```text
cargo install zipsign
```

or

```text
cargo install --git https://github.com/Kijewski/zipsign
```
Expand Down Expand Up @@ -120,4 +126,4 @@ This works, because multiple GZIP files can be freely concatenated.

For .zip files the signature gets prepended to the input document.
This works because ZIP files can be prepended with any data as long as all relative addresses are fixed up afterwards.
This feature is used e.g. self-extracting ZIP files.
This feature is used e.g. in self-extracting ZIP files.

0 comments on commit 0b02fa5

Please sign in to comment.