aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README15
-rw-r--r--README.md15
2 files changed, 15 insertions, 15 deletions
diff --git a/README b/README
deleted file mode 100644
index 7b75dc4..0000000
--- a/README
+++ /dev/null
@@ -1,15 +0,0 @@
-Status & Files
-==============
-
-
-DEPENDENCIES
-
- * ncurses
- * libmagic
-
-
-BUILD
-
- $ make
- $ make test
- $ sudo make install
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dc549e5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# SF
+
+Sf is a minimalist terminal file manager written in C which is inspiratied from [nnn](blob/master/README.md) and [lf](https://github.com/gokcehan/lf/).
+
+## Installation
+
+Dependencies:
+
+- gcc
+- ncurses
+- libmagic
+
+```bash
+$ sudo make install
+```