summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-05-23 14:35:47 +0100
committerAlyssa Ross <hi@alyssa.is>2018-05-23 14:37:42 +0100
commit0077a688e82a20ec84cd0eb35b16db22752f2d20 (patch)
tree763fa6f9f252037464e16f32370d60f4cacd4e68
parent36e7e93f78c3839467d0f2f8a4fcd5724444915a (diff)
Update Homebrew installation instructions
-rw-r--r--README.asciidoc19
1 files changed, 2 insertions, 17 deletions
diff --git a/README.asciidoc b/README.asciidoc
index dd417401..47c2d7f0 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -122,25 +122,10 @@ its source directory, type *make install*, you can specify the `PREFIX` and
`DESTDIR` if needed.
[TIP]
-.Homebrew (OSX)
+.Homebrew (macOS)
====
-NOTE: The ncurses library that comes with OSX is not new enough to support some
-mouse based features of Kakoune (only tested on OSX 10.11.3, where the
-packaged ncurses library is version 5.4, whereas the latest version is 6.0).
-Currently, a fresh Kakoune install requires that you install ncurses 6.0. You
-can install ncurses 6.0 via Homebrew,
---------------------
-brew install ncurses
---------------------
-
-Then, to install,
----------------------------------------------------------------------------------------------
-brew install --HEAD https://raw.githubusercontent.com/mawww/kakoune/master/contrib/kakoune.rb
----------------------------------------------------------------------------------------------
-
-To update kakoune,
---------------------------------
-brew upgrade --fetch-HEAD kakoune
+brew install kakoune
---------------------------------
====