From 6ccb26ab0f57ec97164182f22d1ef417e0ea14b6 Mon Sep 17 00:00:00 2001 From: rokosun Date: Fri, 3 Nov 2023 16:11:58 +0100 Subject: [PATCH] Add README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c757b4 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# TROMjaro Welcome app + +A Welcome app for TROMjaro Linux that gives users a nice overview of their operating system. + +## Building the package + +Open Terminal and issue the command: + +`make` + +To install the package right after building, use: + +`make install` + +To remove just installed package, use: + +`make remove` + +To cleanup the project folder, use: + +`make clean`