Updated README.md and IMAGES.md
This commit is contained in:
parent
a8156cb6b9
commit
a5f715f46b
2 changed files with 23 additions and 1 deletions
22
README.md
22
README.md
|
@ -8,7 +8,14 @@ Nyarch Linuwu, Nyartix Linuwu, Debinyan, Fedowa, GentOwO, Myanjawo.
|
|||
|
||||
## Building and installation
|
||||
|
||||
##### Via package manager
|
||||
|
||||
Right now the package is only available on the AUR.
|
||||
|
||||
##### Via git clone
|
||||
|
||||
To install you can type this commands in the terminal:
|
||||
|
||||
```shell
|
||||
git clone https://github.com/TheDarkBug/uwufetch.git
|
||||
cd uwufetch
|
||||
|
@ -16,13 +23,28 @@ make
|
|||
```
|
||||
|
||||
To uninstall:
|
||||
|
||||
```shell
|
||||
cd uwufetch
|
||||
make uninstall
|
||||
```
|
||||
|
||||
##### Make options:
|
||||
|
||||
```shell
|
||||
make all # builds and installs
|
||||
make build # builds uwueftch
|
||||
make debug # use for debug
|
||||
make install # installs uwufetch
|
||||
make uninstall # uninstalls uwufetch
|
||||
make termux # build and install for termux
|
||||
make termux_uninstall # uninstall for termux
|
||||
```
|
||||
|
||||
## Images
|
||||
|
||||
[IMAGES.md](https://github.com/TheDarkBug/uwufetch/tree/main/res/IMAGES.md)
|
||||
|
||||
## License
|
||||
|
||||
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/uwufetch/LICENSE).
|
||||
|
|
|
@ -22,4 +22,4 @@ If you want to remove *your* image from this repository contact me on [reddit](h
|
|||
<img src="https://raw.githubusercontent.com/TheDarkBug/uwufetch/main/res/tux.png" title="" alt="image" width="200"> Tuwu by u/Annual-Examination96 ([here](https://www.reddit.com/r/linuxmasterrace/comments/lz2i32/tuwu/))
|
||||
<img src="https://raw.githubusercontent.com/TheDarkBug/uwufetch/main/res/ubuntu.png" title="" alt="image" width="200"> Uwuntu by u/Chicki2D ([here](https://www.reddit.com/r/linuxmasterrace/comments/lwsnul/uwuntu/))
|
||||
<img src="https://raw.githubusercontent.com/TheDarkBug/uwufetch/main/res/void.png" title="" alt="image" width="200"> Owoid by u/Satoqz ([here](https://www.reddit.com/r/linuxmasterrace/comments/lxnjwd/my_boyfriend_decided_to_create_owoid/))
|
||||
<img src="https://raw.githubusercontent.com/TheDarkBug/uwufetch/main/res/void.png" title="" alt="image" width="200"> Nyandroid by u/6b86b3ac03c167320d93 ([here](https://www.reddit.com/r/linuxmasterrace/comments/lye15q/im_not_an_artist_but_heres_my_attempt_at_making/)) (android at the end because it could be not considered as an actual distribution of gnu/linux)
|
||||
<img title="" src="https://raw.githubusercontent.com/TheDarkBug/uwufetch/main/res/android.png" alt="image" width="200"> Nyandroid by u/6b86b3ac03c167320d93 ([here](https://www.reddit.com/r/linuxmasterrace/comments/lye15q/im_not_an_artist_but_heres_my_attempt_at_making/)) (android at the end because it could be not considered as an actual distribution of gnu/linux)
|
||||
|
|
Loading…
Reference in a new issue