doc: Remove Debian from the list of distributions

This commit is contained in:
Frank LENORMAND 2017-05-06 19:00:13 +03:00
parent 9f62c1a552
commit 4e3f89972d

View File

@ -201,21 +201,6 @@ 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_deb.bash -e "your_email" -f "your_username"
sudo dpkg -i thePackageName.deb
--------------------------------------------------
====
Running
~~~~~~~