diff options
author | Christian Heusel <christian@heusel.eu> | 2024-02-08 02:00:29 +0100 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2024-02-08 02:01:55 +0100 |
commit | f6b1b1ba4519995a745051dd9bd170cfc9bccdd2 (patch) | |
tree | b60a85696ffa06ccfc4a6067f0cc4120b080942a | |
parent | 36ece44b129a61a94ea1bc74ea63c94139397198 (diff) | |
download | devtools-f6b1b1ba4519995a745051dd9bd170cfc9bccdd2.tar.xz |
doc: add curl to the dependencies in the README
We use curl all over pkgctl, i.e. to do the Gitlab API calls.
Signed-off-by: Christian Heusel <christian@heusel.eu>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ Component: pkgctl db remove - bash - binutils - coreutils +- curl - diffutils - fakeroot - findutils |