From eec302b2296a4a8c2320701c82063af287d7f43e Mon Sep 17 00:00:00 2001 From: Nereuxofficial <37740907+Nereuxofficial@users.noreply.github.com> Date: Fri, 5 Mar 2021 12:01:15 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed04640..febc8d9 100644 --- a/README.md +++ b/README.md @@ -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):