aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-06-23 01:16:27 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-06-23 01:16:27 -0400
commit9188d893fb00d11a0974582ab1575670777d96cf (patch)
tree665e36e7b31e8fa9c7c74827687fbed83081368a /README.md
parentfa17600efcd09bf74954e728047fded3ff0bd0cd (diff)
downloadspmc-9188d893fb00d11a0974582ab1575670777d96cf.tar.gz
Handle unpacking when running as root:
* Check available tar programs and pick one to use
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6025d93..fb681c3 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ A basic userland package management system with a few humble goals:
- make (https://www.gnu.org/software/make)
- openssl (https://www.openssl.org)
- bsdtar (https://www.libarchive.org)
+ - OR gnutar (https://www.gnu.org/software/tar)
- which (https://carlowood.github.io/which)
## Runtime Requirements
@@ -27,6 +28,7 @@ A basic userland package management system with a few humble goals:
- reloc (https://github.com/jhunkeler/reloc)
- rsync (https://rsync.samba.org)
- bsdtar (https://www.libarchive.org)
+ - OR gnutar (https://www.gnu.org/software/tar)
- which (https://carlowood.github.io/which)
## Installation