summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Pranczke <bartosz.pranczke@netguru.pl>2015-06-23 21:46:52 +0200
committerBartosz Pranczke <bartosz.pranczke@netguru.pl>2015-06-23 21:46:52 +0200
commit89ad8b21ffc57231f4fc3499cdbbb7cbef5b2b7f (patch)
treede3974126b92ac764e1a536fa9381630aa580c33
parent3834440298e2cf120dbddcfce959cc7e40c335ac (diff)
Fix install link for homebrew
Looks like the original link isn't working.
-rw-r--r--README.asciidoc2
1 files changed, 1 insertions, 1 deletions
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
-----------------------------------------------------------------------------------------------
====