A welcome app for TROMjaro
Go to file
Rokosun 8789a0d1fb Update command for installing owlkettle 2024-03-28 17:14:57 +00: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 command for installing owlkettle 2024-03-28 17:14:57 +00: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 Check if file exists instead of explicitly checking for symlink 2023-11-07 08:00:48 +01:00

README.md

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