Init 1.0.0-1 version

This commit is contained in:
2022-09-14 16:22:04 +02:00
commit 5c0e546158
7 changed files with 130 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`