docs: update

This commit is contained in:
Dylan Araps 2020-05-15 11:09:40 +03:00
parent a0b2819e33
commit c67690fbb9
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ Tiny and straightforward package manager for KISS written in POSIX `sh`.
| dependency | why | mandatory? |
| --------------- | ---------------------------- | ----------------- |
| POSIX utilities | | Yes |
| `git` | repositories and git sources | Yes |
| POSIX utilities | Used throughout | Yes |
| `git` | Repositories and git sources | Yes |
| `gnupg1` or `gnupg2` | Repository signing | No (optional) |
| `curl` | Source downloads | Yes |
| `sha256sum`, `shasum`, `sha256` or `openssl` | Checksum verification | Yes |