update deps; add note on how to update

This commit is contained in:
parazyd 2017-09-12 18:38:01 +02:00
parent 5a7bb0b0e6
commit 49c32d1078
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 7 additions and 1 deletions

View File

@ -13,13 +13,19 @@ A GNU/Linux system is required in order to build DECODE OS.
Here a list of package dependencies:
```
zsh debootstrap sudo kpartx cgpt xz-utils qemu qemu-utils
zsh sudo cgpt xz-utils qemu qemu-utils
```
In addition one must install `vagrant` and `virtualbox` from latest
published packages (do not use distro provided packages, as they are
updated).
To update this repository, simply issue:
```
$ git pull origin master && git submodule update --init --recursive --checkout
```
## Getting started