Merge remote-tracking branch 'lenormf/fix-readme-debian'

This commit is contained in:
Maxime Coste 2017-05-07 14:47:14 +01:00
commit c5824fc506

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
~~~~~~~