From f8c9aeff3d394ddb26d7c184b61dcc6bbc536ef1 Mon Sep 17 00:00:00 2001 From: Dan Skorupski Date: Thu, 15 Jun 2017 00:06:44 -0500 Subject: [PATCH] Update Homebrew install tip in README Homebrew advises not using homebrew/dupes anymore: % brew install homebrew/dupes/ncurses Warning: homebrew/dupes was deprecated. This tap is now empty as all its formulae were migrated. ... Warning: Use ncurses instead of deprecated homebrew/dupes/ncurses John Doe Copyright Waiver I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 5cbdc034..d2470da8 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -130,7 +130,7 @@ 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 homebrew/dupes/ncurses +brew install ncurses ----------------------------------- Then, to install,