commit c5407189fd1cc6aa1e43057c796fbbe78bb4e572
Author: rani <clagv.randomgames@gmail.com>
Date: Thu Jan 12 20:14:11 2023 +0000
diff --git a/README.md b/README.md
index cb4a049..5847f02 100644
--- a/README.md
+++ b/README.md
@@ -1586 +1588 @@ To run, cscroll requires libncurses and libterminfo. Compilation, however, also
On Debian and Ubuntu based system, libncurses may be titled `libncurses-dev` or simply `libncurses` and can be installed with `sudo apt install libncurses{,-dev}`.
+Any compilation configuration can be done in the `config.mk` file.
+
To compile, simply run `make`. Nerd icons are enabled by default. To turn them off, compile with `ICONS=0`.
The program will then be accessible by running `./cscroll`.