From 211df7a9e3fa5ff350a66fa7babf52472f69ce1d Mon Sep 17 00:00:00 2001 From: Darkpelz <45264354+LukeHuckman@users.noreply.github.com> Date: Sat, 24 Apr 2021 03:15:34 +0800 Subject: [PATCH 1/2] Update README.md Added make man and some beautification. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43a8e97..e56155d 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Right now, the package is only available on the AUR: Building requisites: - Make -- A c compiler -- Pandoc to compile man pages +- A C compiler +- `pandoc` to compile man pages To install UwUfetch from the source, type these commands in the terminal: @@ -42,6 +42,7 @@ To install UwUfetch from the source, type these commands in the terminal: git clone https://github.com/TheDarkBug/uwufetch.git cd uwufetch make build +make man sudo make install ``` @@ -56,6 +57,7 @@ sudo make uninstall ```shell make build # builds uwueftch +make man # builds the manpage (requires pandoc) make debug # use for debug make install # installs uwufetch (needs root permissons) make uninstall # uninstalls uwufetch (needs root permissons) From 21783fa449ecdabb2668cdaa5d2d2782468ad764 Mon Sep 17 00:00:00 2001 From: Darkpelz <45264354+LukeHuckman@users.noreply.github.com> Date: Sat, 24 Apr 2021 03:20:59 +0800 Subject: [PATCH 2/2] Update uwufetch_man.md Updated version number, removed json-c from dependencies. --- uwufetch_man.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/uwufetch_man.md b/uwufetch_man.md index a5218f9..47b0b31 100644 --- a/uwufetch_man.md +++ b/uwufetch_man.md @@ -1,4 +1,4 @@ -% UWUFETCH(1) uwufetch 1.2 +% UWUFETCH(1) uwufetch 1.4 % TheDarkBug % April 2021 @@ -91,7 +91,7 @@ OwOpenBSD\ \ \ \ \ \ \ \ \ openbsd # DESCRIPTION -Uwufetch is a program inspired by neofetch and ufetch, that takes system informations\ +UwUfetch is a program inspired by neofetch and ufetch, that takes system informations\ and prints them in the terminal in an UwU way, with and UwU ascii logo or image. # EXAMPLES @@ -102,7 +102,6 @@ ueufetch -i -d artix\ \ \ \ \ \ \ \ # prints artix image # DEPENDANCES -json-c\ \ \ to parse the config file\ lshw\ \ \ better gpu info\ viu\ \ \ \ print images instead of ascii logo\ kitty\ \ \ better image viewing