27 lines
561 B
Markdown
27 lines
561 B
Markdown
# UwUFetch
|
|
|
|
A meme system info tool for Linux, based on nyan/UwU trend on r/linuxmasterrace.
|
|
|
|
## Currently supported distros
|
|
|
|
NyArch Linuwu, Nyartix Linuwu, Fedowa, Myanjaro.
|
|
|
|
## Building and installation
|
|
|
|
To install you can type this commands in the terminal:
|
|
|
|
```shell
|
|
git clone https://github.com/TheDarkBug/uwufetch.git
|
|
cd uwufetch
|
|
make
|
|
```
|
|
|
|
To uninstall (this will also remove the repository folder):
|
|
|
|
```shell
|
|
cd uwufetch
|
|
make uninstall
|
|
```
|
|
|
|
## License
|
|
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/uwufetch/LICENSE).
|