update makefile
This commit is contained in:
parent
14c7e19442
commit
1af425e15d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ This project is Licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.
|
||||||
|
|
||||||
ritfetch only runs on systems with `curl` installed
|
ritfetch only runs on systems with `curl` installed
|
||||||
|
|
||||||
Make sure to have `gcc` and `make` installed, and then run
|
Make sure to have `gcc` and `make` (`gmake` for bsd) installed, and then run
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ make # compiles the program
|
$ make # compiles the program
|
||||||
|
|
Loading…
Reference in a new issue