Update README.md

Added make man and some beautification.
This commit is contained in:
Darkpelz 2021-04-24 03:15:34 +08:00 committed by GitHub
parent 09b32b1e1e
commit 211df7a9e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,8 +33,8 @@ Right now, the package is only available on the AUR:
Building requisites: Building requisites:
- Make - Make
- A c compiler - A C compiler
- Pandoc to compile man pages - `pandoc` to compile man pages
To install UwUfetch from the source, type these commands in the terminal: 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 git clone https://github.com/TheDarkBug/uwufetch.git
cd uwufetch cd uwufetch
make build make build
make man
sudo make install sudo make install
``` ```
@ -56,6 +57,7 @@ sudo make uninstall
```shell ```shell
make build # builds uwueftch make build # builds uwueftch
make man # builds the manpage (requires pandoc)
make debug # use for debug make debug # use for debug
make install # installs uwufetch (needs root permissons) make install # installs uwufetch (needs root permissons)
make uninstall # uninstalls uwufetch (needs root permissons) make uninstall # uninstalls uwufetch (needs root permissons)