From 8d7613d530debf2288e6bd0f92e6a611afb9273b Mon Sep 17 00:00:00 2001 From: Daniel Stock Date: Fri, 6 May 2022 11:36:40 +0200 Subject: [PATCH] update readme --- README.md | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 67134a9..595870a 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tooloop Packages -This repository contains all apps, that come bundled with Tooloop OS. +This repository contains presentations and addons, that come bundled with Tooloop OS. It’s also a great place to get information on how to build your own package. @@ -19,7 +19,7 @@ Tooloop Packages are ZIP files, containing a Debian package and additional image └─ ... -**Debian package** +**Creating a Debian package** Create a folder structure with your stuff: @@ -36,27 +36,19 @@ Create a folder structure with your stuff: │ ├─ postrm (optional) │ └─ ... │ - ├─ assets/ - │ ├─ presentation/ - │ │ ├─ LICENSE.md - │ │ ├─ README.md - │ │ ├─ start-presentation.sh (mandatory) - │ │ ├─ stop-presentation.sh (mandatory) - │ │ └─ ... - │ │ - │ └─ data/ - │ └─ ... - │ - └─ opt/ - └─ tooloop/ - └─ settings─server/ - └─ installed_app/ - ├─ controller.py - └─ settings.html - + └─ assets/ + ├─ presentation/ + │ ├─ LICENSE.md + │ ├─ README.md + │ ├─ start-presentation.sh (mandatory) + │ ├─ stop-presentation.sh (mandatory) + │ └─ ... + │ + └─ data/ + └─ ... -The `DEBIAN` contains the package information and some control files. -All other folders except simply copied to disk for you. + +The `DEBIAN` folder contains the package information and some control files. All other folders are simply copied to disk for you. **The DEBIAN/control file**