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:
parent
bed6fd3310
commit
eec302b229
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ To install you can type this commands in the terminal:
|
|||
```shell
|
||||
git clone https://github.com/TheDarkBug/uwufetch.git
|
||||
cd uwufetch
|
||||
make install
|
||||
make
|
||||
```
|
||||
|
||||
To uninstall (this will also remove the repository folder):
|
||||
|
|
Loading…
Reference in a new issue