Fixed Install Instructions

make runs the target all, which builds it and then copies it, while currently you only get an error because the compiled file doesn't exist
This commit is contained in:
Nereuxofficial 2021-03-05 12:01:15 +01:00 committed by GitHub
parent bed6fd3310
commit eec302b229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ To install you can type this commands in the terminal:
```shell ```shell
git clone https://github.com/TheDarkBug/uwufetch.git git clone https://github.com/TheDarkBug/uwufetch.git
cd uwufetch cd uwufetch
make install make
``` ```
To uninstall (this will also remove the repository folder): To uninstall (this will also remove the repository folder):