From c7504c65b15e57e40b1738a9acff227a2498c3f2 Mon Sep 17 00:00:00 2001 From: LukeHuckman Date: Sat, 28 Aug 2021 20:19:56 +0800 Subject: [PATCH] Remove references to pandoc Simplify self-references Update requisites info --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f214190..b8dfc2a 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ KDE NeOwOn, nixOwOs; Plus FweeBSD, OwOpenBSD and macOwOS; Plus WinyandOwOws. ### Requisites -- [viu](https://github.com/atanunq/viu) to use images instead of ascii art (see [How to use images](#how-to-use-images) below) - -- [lshw](https://github.com/lyonel/lshw) to get GPU info. - - [freecolor](http://www.rkeene.org/oss/freecolor/) to get ram usage on FreeBSD. +- [viu](https://github.com/atanunq/viu) (optional) to use images instead of ascii art (see [How to use images](#how-to-use-images) below). + +- [lshw](https://github.com/lyonel/lshw) (optional) for better accuracy on GPU info. + ### Via package manager Right now, the package is only available on the AUR: @@ -43,7 +43,6 @@ 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 # for termux, use `make termux` ``` @@ -58,7 +57,6 @@ sudo make uninstall ```shell make build # builds uwufetch -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) @@ -77,12 +75,12 @@ If not supported by the current terminal, `viu` uses the fallback Unicode half-b ### For copyright and logos info -See [COPYRIGHT.md](https://github.com/TheDarkBug/uwufetch/tree/main/res/COPYRIGHT.md). +See [COPYRIGHT.md](/res/COPYRIGHT.md). ## License -This program is provided under the [GPL-3.0 License](https://github.com/TheDarkBug/uwufetch/LICENSE). +This program is provided under the [GPL-3.0 License](/LICENSE). ## Contributing -All kinds of contributions are welcome, but before contributing please read [CONTRIBUTING.md](https://github.com/TheDarkBug/uwufetch/blob/main/CONTRIBUTING.md). +All kinds of contributions are welcome, but before contributing please read [CONTRIBUTING.md](/CONTRIBUTING.md).