Remove references to pandoc

Simplify self-references
Update requisites info
This commit is contained in:
LukeHuckman 2021-08-28 20:19:56 +08:00
parent 7215bd8c91
commit c7504c65b1
No known key found for this signature in database
GPG key ID: 18A2E0424F4E2FB3

View file

@ -16,12 +16,12 @@ KDE NeOwOn, nixOwOs; Plus FweeBSD, OwOpenBSD and macOwOS; Plus WinyandOwOws.
### Requisites ### 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. - [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 ### Via package manager
Right now, the package is only available on the AUR: 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 git clone https://github.com/TheDarkBug/uwufetch.git
cd uwufetch cd uwufetch
make build make build
make man
sudo make install # for termux, use `make termux` sudo make install # for termux, use `make termux`
``` ```
@ -58,7 +57,6 @@ sudo make uninstall
```shell ```shell
make build # builds uwufetch make build # builds uwufetch
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)
@ -77,12 +75,12 @@ If not supported by the current terminal, `viu` uses the fallback Unicode half-b
### For copyright and logos info ### 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 ## 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 ## 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).