theme-switcher-package/README.md

22 lines
312 B
Markdown
Raw Normal View History

2022-09-15 00:53:36 +00:00
# TROMjaro Theme switcher package
2022-09-14 14:28:51 +00:00
2022-09-15 00:53:36 +00:00
TROMjaro Theme switcher application
2022-09-14 14:28:51 +00:00
## 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`