tupdate readme - libdevuansdk - common library for devuan's simple distro kits
HTML git clone https://git.parazyd.org/libdevuansdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 296f733dbc32548a3576a993cdb07e905a8d0cd1
DIR parent 47464d636879875f9cd2cb865912756fff815559
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 29 Sep 2016 22:39:11 +0200
update readme
Diffstat:
M README.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
DIR diff --git a/README.md b/README.md
t@@ -7,11 +7,13 @@ creation of various functions spread throughout Devuan's various SDKs.
## Requirements
Devuan's SDKs are designed to be used interactively from a terminal, as
-well as from shell scripts. It requires the following packages to be
-installed:
+well as from shell scripts. libdevuansdk uses the functionality of the
+[zuper](https://github.com/dyne/zuper) zsh library, but it does not include
+it. You are required to include it in your SDK. However, libdevuansdk
+requires the following packages to be installed:
```
-zsh debootstrap sudo
+zsh debootstrap sudo kpartx cgpt xz-utils
```
## Documentation