From 98b05603353db65a39c740070180f042fa8f853e Mon Sep 17 00:00:00 2001 From: "Matthew J. Berger" Date: Tue, 31 May 2016 07:28:44 -0700 Subject: [PATCH] Update README.asciidoc with debian installation instructions. --- README.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index ccfb7862..570a6ffb 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -191,6 +191,19 @@ sudo zypper install kakoune -------------------------------- ==== +[TIP] +.Debian +==== +There is a script in https://github.com/mawww/kakoune/blob/master/contrib/make_deb.bash[contrib/make_deb.bash] that can be used to generate a debian package for kakoune. +You can then install the generated .deb package with the dpkg tool. + +-------------------------------- +./make_bash.bash -e "your_email" -f "your_username" +sudo dpkg -i thePackageName.deb +-------------------------------- + +==== + Running ~~~~~~~