diff options
| -rw-r--r-- | README | 15 | ||||
| -rw-r--r-- | README.md | 15 |
2 files changed, 15 insertions, 15 deletions
@@ -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 +``` |
