From 5d44c2a9d1b0e3b071d3f2a53086ea96bb002992 Mon Sep 17 00:00:00 2001 From: Julien Blanchard Date: Sat, 27 Jul 2019 17:56:33 +0200 Subject: [PATCH] Update README with necessary libs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a74935..4afcd9c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ Press `b` to go back. Press `q` to quit. -Use arrows or `j` and `k` to navigate content. - ## Installation @@ -20,6 +18,8 @@ So far you have to build asuka and install it manually. - clone the repository +- install openssl and ncurses development headers + - run `cargo build --release` - copy the release somewhere and make it executable.