From ac013c3ba7fd04520e8554878f42642ed34ce196 Mon Sep 17 00:00:00 2001 From: Jan Wirth Date: Sun, 21 Oct 2018 13:09:07 +0200 Subject: [PATCH] Improve ubuntu installation instructions --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 7bc5d7b5..85fe2db4 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -189,8 +189,8 @@ 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 asciidoc -git clone https://github.com/mawww/kakoune.git && cd kakoune/src +sudo apt install libncursesw5-dev asciidoc pkg-config +git clone https://github.com/mawww/kakoune.git --depth=1 && cd kakoune/src make PREFIX=$HOME/.local make install ----------------------------------------------------------------