initial commit

This commit is contained in:
2022-09-16 01:14:20 +02:00
commit e03eaad9ab
12 changed files with 231 additions and 0 deletions

21
README.md Normal file

@ -0,0 +1,21 @@
# TROMjaro fixes package
Various fixes for TROMjaro OS
## Building the package
Open Terminal and issue the command:
`make`
To install the package right after the building, use:
`make install`
To remove just installed package, use:
`make remove`
To cleanup the project, use:
`make clean`