From 92f19f6a1c2d8abe72c47f2a3f7ced22aa4561df Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 7 Jan 2017 13:23:16 +0530 Subject: [PATCH] Add a link to the OS X porting issue --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index c49b9e805..e6f61af9b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -61,7 +61,7 @@ toolkits, offloads rendering work to the GPU for lower system load. * Cross-platform support: kitty currently works only on linux, but because it uses only OpenGL+FreeType for rendering, it should be trivial to port to -other platforms +other platforms. See link:issues/5[5] for porting to OS X. image::screenshot.png?raw=true[Screenshot, showing three programs in the "Tall" layout]