diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2023-06-08 00:31:35 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-06-08 00:31:35 +0200 |
commit | 5c6e13a67245474e3eff9a6c2e89dfb63c2fb131 (patch) | |
tree | 7eecc38e63bdb7e2f8c7fceec0741023de29263d /README.md | |
parent | a07df0beeaeea1bf5665512bacc7a013eece4602 (diff) | |
download | devtools-5c6e13a67245474e3eff9a6c2e89dfb63c2fb131.tar.xz |
chore(doc): add missing dependency on fakeroot
We need fakeroot to trick pacman into updating a fresh pacman database
for an unprivileged user.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ will automatically build the project and proxy all calls to the local build dire - binutils - coreutils - diffutils +- fakeroot - findutils - grep - jq |