initial commit

This commit is contained in:
2022-09-16 01:14:20 +02:00
commit 8ffa31394e
19 changed files with 303 additions and 0 deletions

21
README.md Normal file
View 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`