From 3e516a0fb5169e31179322757dd4bb457b5935c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Sat, 16 Oct 2021 21:50:59 +0000 Subject: [PATCH] Add buildscript-specific part to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fb8ec96..7362dcb 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,9 @@ For the CSS we used variables that automatically changed all "pill"-style button # Usage with Custom CSS To be updated at a later time + +# Packaging using the buildscript + +There is a bash script for packaging the application included in the 'code' directory. It makes a tar file using the required file structure, and can optionally sign it. + +The script doesn't require root permissions, just a few packages: ```git, xmlstarlet, tar```