From a2663b0b0e3e05612dfeb9a1bcc8be5e6318ed79 Mon Sep 17 00:00:00 2001 From: Jimmy Thrasher Date: Tue, 1 Sep 2015 15:42:33 -0400 Subject: [PATCH] Update OSX homebrew tip to include updating kakoune --- README.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 0f430baf..02f8ba17 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -118,6 +118,11 @@ its source directory, type *make install*, you can specify the `PREFIX` and ----------------------------------------------------------------------------------------------- brew install --HEAD https://raw.githubusercontent.com/mawww/kakoune/master/contrib/kakoune.rb ----------------------------------------------------------------------------------------------- + +To update kakoune, +----------------------------------------------------------------------------------------------- +brew reinstall --HEAD https://raw.githubusercontent.com/mawww/kakoune/master/contrib/kakoune.rb +----------------------------------------------------------------------------------------------- ==== [TIP]