summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-14 09:54:15 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2018-07-14 09:54:15 -0400
commite8aba3be8b79018f442e98587c879156dab2adb1 (patch)
treeb624726a40a796339de5e1ea6818c90c65bdf19c /README.md
parente5d45b19e6983595f08c92497f642cc17a163eb7 (diff)
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index da48b33..2e83996 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
# joshuto
-ranger-like terminal file manager written in Rust \ No newline at end of file
+ranger-like terminal file manager written in Rust
+
+## Dependencies
+ - ncurses
+ - [ncurses-rs](https://github.com/jeaye/ncurses-rs)
+
+## Installation
+```
+$ cargo build
+# cargo install --root=/usr/local
+```