From fa9169fe97bc3bf85e5520ed6aca256a32c32245 Mon Sep 17 00:00:00 2001 From: Matteo Bertini Date: Thu, 7 Jul 2016 13:06:05 +0200 Subject: [PATCH] Fix typo: make_bash.bash -> make_deb.bash --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 4a008913..48dbcc5f 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 --------------------------------