initial commit

This commit is contained in:
2022-09-07 05:40:56 +02:00
commit 8da498a117
5 changed files with 148 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# Theme switcher package
Theme switcher application
## 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`