From 49c32d1078e18bb9ea727bd95e196326ad2177a4 Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 12 Sep 2017 18:38:01 +0200 Subject: [PATCH] update deps; add note on how to update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d19819..7ad2fba 100644 --- a/README.md +++ b/README.md @@ -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