Add README.md
This commit is contained in:
parent
bcdb5f9713
commit
6ccb26ab0f
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# TROMjaro Welcome app
|
||||||
|
|
||||||
|
A Welcome app for TROMjaro Linux that gives users a nice overview of their operating system.
|
||||||
|
|
||||||
|
## Building the package
|
||||||
|
|
||||||
|
Open Terminal and issue the command:
|
||||||
|
|
||||||
|
`make`
|
||||||
|
|
||||||
|
To install the package right after building, use:
|
||||||
|
|
||||||
|
`make install`
|
||||||
|
|
||||||
|
To remove just installed package, use:
|
||||||
|
|
||||||
|
`make remove`
|
||||||
|
|
||||||
|
To cleanup the project folder, use:
|
||||||
|
|
||||||
|
`make clean`
|
Loading…
Reference in New Issue
Block a user