Merge pull request #126 from LukeHuckman/main

Remove references to pandoc
This commit is contained in:
TheDarkBug 2021-08-28 14:58:23 +02:00 committed by GitHub
commit 308d9b3f50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).