From 89ad8b21ffc57231f4fc3499cdbbb7cbef5b2b7f Mon Sep 17 00:00:00 2001 From: Bartosz Pranczke Date: Tue, 23 Jun 2015 21:46:52 +0200 Subject: [PATCH] Fix install link for homebrew Looks like the original link isn't working. --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 5f865547..872b7ceb 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -115,7 +115,7 @@ its source directory, type *make install*, you can specify the `PREFIX` and .Homebrew (OSX) ==== ----------------------------------------------------------------------------------------------- -brew install --HEAD https://raw.githubusercontent.com/mawww/kakoune/homebrew/contrib/kakoune.rb +brew install --HEAD https://raw.githubusercontent.com/mawww/kakoune/master/contrib/kakoune.rb ----------------------------------------------------------------------------------------------- ====