live-sdk

simple distro kit (livecd edition)
git clone git://parazyd.org/live-sdk.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2da7f632b924474dbc418f16e75f2438e54b4b7e
parent e4e5923e92d1b7e438afc4b923d1bf0bc8550436
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 25 Sep 2017 12:56:03 +0200

update readme, apply latest libdevuansdk

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -28,7 +28,7 @@ dev-libs/libisoburn sys-fs/squashfs-tools sys-boot/syslinux After cloning the live-sdk git repository, enter it and issue: ``` -git submodule update --init +git submodule update --init --recursive --checkout ``` ### Updating @@ -36,7 +36,7 @@ git submodule update --init To update live-sdk, go to the root dir of the git repo and issue: ``` -git pull && git submodule update --init --recursive +git pull && git submodule update --init --recursive --checkout ``` ## Quick start