welcome-app/README.md

22 lines
361 B
Markdown
Raw Permalink Normal View History

2023-11-03 15:11:58 +00: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`