From c67690fbb9cd794515394405a3bd445a8151ad2e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 15 May 2020 11:09:40 +0300 Subject: [PATCH] docs: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ceb4f07..c1c0e9a 100644 --- a/README.md +++ b/README.md @@ -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 |