aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-28 18:15:51 +0800
committerverdant <im@verdant.ee>2026-07-28 18:15:51 +0800
commitee97ff4562c9a2e54f71117fdbbe247d7a07ae34 (patch)
tree2b14b1c875b72d0adcb75a8685bc2c63051e4905 /README.md
parent273fc9162d69c152f35e615239491a92e417f158 (diff)
downloadsf-ee97ff4562c9a2e54f71117fdbbe247d7a07ae34.tar.gz
sf-ee97ff4562c9a2e54f71117fdbbe247d7a07ae34.zip
Delete plain text README, use markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
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
+```