commit 58c765ca12d4c488a7791deef5a3b2a3b30516bb
Author: Raniconduh <clagv.randomgames@gmail.com>
Date: Tue Mar 02 20:31:25 2021 +0000
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dbcbfb6
--- /dev/null
+++ b/README.md
@@ -00 +124 @@
+# cscroll
+
+The scroll file manager but written in C. This version is faster and better in many ways.
+
+
+## Usage
+
+cscroll is very similar to scroll.
+
+### Commands
+
+* `j`: Move the cursor down
+* `k`: Move the cursor up
+* `h`: Enter the previous directory
+* `l`: Enter the directory the cursor is currently on
+
+
+## Installation
+
+cscroll has one dependencey : ncurses. To compile cscroll, you must install `libncurses`.
+
+On Debian and Ubuntu based system, this should be titled `libncurses-dev` and may be installed with `sudo apt install libncurses-dev`.
+
+