A welcome app for TROMjaro
Go to file
2023-11-04 16:37:32 +01:00
.gitignore add PKGBUILD 2023-08-11 23:11:24 +02:00
Makefile Add Makefile 2023-11-03 16:08:33 +01:00
PKGBUILD Update PKGBUILD for the new code in Nim 2023-11-03 16:01:29 +01:00
README.md Add README.md 2023-11-03 16:11:58 +01:00
tromjaro-welcome-app.desktop Desktop file now points to the new executable and app icon 2023-11-03 15:58:19 +01:00
tromjaro-welcome-app.svg Rename app icon file 2023-11-03 15:56:31 +01:00
tromjaroWelcomeApp.nim Rewrite TROMjaro Welcome app in Nim 2023-11-03 15:44:06 +01:00

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