diff --git a/Makefile b/Makefile index 38e4ffd..b95c510 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -NAME = owofetch +NAME = uwufetch FILES = main.c FLAGS = -O3 -Wall -Wextra INSTALL_DIR = /usr/bin/ diff --git a/README.md b/README.md index 86018e6..ed04640 100644 --- a/README.md +++ b/README.md @@ -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 @@ -11,20 +11,20 @@ Arch Linux. To install you can type this commands in the terminal: ```shell -git clone https://github.com/TheDarkBug/owofetch.git -cd owofetch +git clone https://github.com/TheDarkBug/uwufetch.git +cd uwufetch make install ``` To uninstall (this will also remove the repository folder): ```shell -cd owofetch +cd uwufetch make uninstall ``` ## 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). # diff --git a/owofetch b/owofetch deleted file mode 100755 index 798ddd8..0000000 Binary files a/owofetch and /dev/null differ