Note that kitty deps can be installed using brew on OS X

This commit is contained in:
Kovid Goyal 2017-01-21 08:30:01 +05:30
parent c8576861a9
commit da5c4e1552

View File

@ -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