diff --git a/README.md b/README.md new file mode 100644 index 0000000..da016d1 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# yunorock-dev + +In order to have an entire YunoRock development environment, I created a +script that install an Alpine chroot, configure and enter it. + +# Usage + +Launch it, and start testing! + +```bash +chmod +x ./install-and-chroot.sh +./install-and-chroot.sh +``` + +# TODO + + * adapt script to install yunoconfig dependancies (alpine-chroot-install -p) + * git submodule with yunoconfig (and bind it into the chroot?) + * idem with yunorock-recipes + * idem with pkgxx