From 0fca739c900171f691e18614c3ab6ff5c53fde9a Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 6 Mar 2022 20:54:47 +0100 Subject: [PATCH] update README.MD --- README.MD | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.MD b/README.MD index 10a11d2..48060cc 100644 --- a/README.MD +++ b/README.MD @@ -1,8 +1,15 @@ ## DEBMAKER + The main goal of this project is allow to create application from source without install compilation utility directly on the main system. Compilation environnements are stores in temporary files. All package are install with chroot environnement. +Currently debian packages are build, but other package can be build with this ways + +Objectives : + - Create lowest debian lxc contener to limit backup size + - Easily upgrade application + ### Usage To create deb file you just need to run the bellow command :