summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-10-23 20:22:26 +1100
committerMaxime Coste <mawww@kakoune.org>2018-10-23 20:22:26 +1100
commitfc9a20cb224e7d24336df1a2c66fe4f2a609f643 (patch)
tree235da1e6523584de741c9491db0cf5c4f89c375e
parent207291219caa0f470284e4633332fab3da228f72 (diff)
parentac013c3ba7fd04520e8554878f42642ed34ce196 (diff)
Merge branch 'patch-3' of http://github.com/FranzSkuffka/kakoune
-rw-r--r--README.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index c7e3b572..193dec9d 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -188,7 +188,7 @@ Building on Ubuntu 16.04.
Make sure you have .local/bin in your path to make the kak binary available from your shell.
----------------------------------------------------------------
-sudo apt install libncursesw5-dev
+sudo apt install libncursesw5-dev pkg-config
git clone https://github.com/mawww/kakoune.git && cd kakoune/src
make
PREFIX=$HOME/.local make install