Updated README.md and makefile.

This commit is contained in:
TheDarkBug 2021-03-05 10:49:09 +01:00
parent 0a69bfe366
commit bed6fd3310
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
NAME = owofetch NAME = uwufetch
FILES = main.c FILES = main.c
FLAGS = -O3 -Wall -Wextra FLAGS = -O3 -Wall -Wextra
INSTALL_DIR = /usr/bin/ INSTALL_DIR = /usr/bin/

View file

@ -1,6 +1,6 @@
# OwoFetch # UwUFetch
A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace. A meme system info tool for Linux, based on nyan/UwU trend on r/linuxmasterrace.
## Currently supported distros ## Currently supported distros
@ -11,20 +11,20 @@ Arch Linux.
To install you can type this commands in the terminal: To install you can type this commands in the terminal:
```shell ```shell
git clone https://github.com/TheDarkBug/owofetch.git git clone https://github.com/TheDarkBug/uwufetch.git
cd owofetch cd uwufetch
make install make install
``` ```
To uninstall (this will also remove the repository folder): To uninstall (this will also remove the repository folder):
```shell ```shell
cd owofetch cd uwufetch
make uninstall make uninstall
``` ```
## License ## License
This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/litefetch/LICENSE). This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/uwufetch/LICENSE).
# #

BIN
owofetch

Binary file not shown.