A welcome app for TROMjaro
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| PKGBUILD | ||
| README.md | ||
| tromjaro-welcome-app.desktop | ||
| tromjaro-welcome-app.svg | ||
| tromjaroWelcomeApp.nim | ||
| welcome_app_package.nimble | ||
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