From da5c4e1552f2b6a59427faf75ad6f9b76a95e275 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 21 Jan 2017 08:30:01 +0530 Subject: [PATCH] Note that kitty deps can be installed using brew on OS X --- README.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 5aded2c27..10f5368a1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -112,8 +112,9 @@ python3 /path/to/kitty/folder === macOS packages Currently, no one has made macOS packages for kitty, but you can use the above -install from source instructions to run kitty on macOS, after installing its two -dependencies (python >= 3.5 and glfw >= 3.2) +install from source instructions to run kitty on macOS, after installing its +two dependencies (python >= 3.5 and glfw >= 3.2 using http://brew.sh/[brew] or +a similar package manager) == Design philosophy