1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-10 13:25:25 +03:00

Fix typo: make_bash.bash -> make_deb.bash

This commit is contained in:
Matteo Bertini 2016-07-07 13:06:05 +02:00 committed by GitHub
parent 439f168928
commit fa9169fe97

View File

@ -198,7 +198,7 @@ There is a script in https://github.com/mawww/kakoune/blob/master/contrib/make_d
You can then install the generated .deb package with the dpkg tool.
--------------------------------
./make_bash.bash -e "your_email" -f "your_username"
./make_deb.bash -e "your_email" -f "your_username"
sudo dpkg -i thePackageName.deb
--------------------------------