From 568dc3a37c5463adb6b7776f5c876fe66a5a039c Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 30 Jul 2014 19:14:37 +0100 Subject: [PATCH] Add a small TL;DR section at the start of the README --- README.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 755c1bc2..205e79b9 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1,6 +1,17 @@ Kakoune ======= +TL;DR +----- + +--- +git clone http://github.com/mawww/kakoune.git +cd kakoune/src +make +make userconfig +./kak +--- + Introduction: -------------