From fb41a1f3fa3b714da781599f0d7a216c88d716fe Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Sun, 8 Aug 2021 18:30:43 +0200 Subject: [PATCH] [v0.99] Explicitly say that gcc and make is needed to compile the project as suggested by #102 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4715579..c3efb01 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Choose the right package for your operating system: If there is no available package for your OS, you can download the cpufetch binary from [the releases page](https://github.com/Dr-Noob/cpufetch/releases), or [build cpufetch from source](#22-building-from-source-linuxwindowsmacos) (see below). ## 2.2 Building from source (Linux/Windows/macOS) -Just clone the repo and use `make` to compile it +You will need a C compiler (e.g, `gcc`), and `make` to compile `cpufetch`. To do so, just clone the repo and run `make`: ``` git clone https://github.com/Dr-Noob/cpufetch