commit 6195a85773fd5e01bbc7e67cbbcb11774421626b
Author: Raniconduh <clagv.randomgames@gmail.com>
Date: Tue Nov 09 09:57:22 2021 +0000
diff --git a/README.md b/README.md
index 5e96c38..daa4682 100644
--- a/README.md
+++ b/README.md
@@ -547 +547 @@ The command prompt will show up upon pressing `:` and the prompt itself is prefi
## Installation
-cscroll has one dependency: ncurses. To compile cscroll you must install `libncurses`.
+The cscroll binary has one dependency to run: ncurses. To compile cscroll you must install `libncurses`. However, compilation through the makefile requires `pkg-config` as well.
On Debian and Ubuntu based system this should be titled `libncurses-dev` and may be installed with `sudo apt install libncurses-dev`.