update readme

This commit is contained in:
parazyd 2016-09-29 22:39:11 +02:00
parent 47464d6368
commit 296f733dbc
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 5 additions and 3 deletions

View File

@ -7,11 +7,13 @@ creation of various functions spread throughout Devuan's various SDKs.
## Requirements ## Requirements
Devuan's SDKs are designed to be used interactively from a terminal, as 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 well as from shell scripts. libdevuansdk uses the functionality of the
installed: [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 ## Documentation