From b6c8b4f124c5ac2fbf022ce4bcc38829ef49f159 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Jun 2018 14:49:26 +0530 Subject: [PATCH] Add an INSTALL file that points to the building from source instructions --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 000000000..43671b098 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1 @@ +See https://sw.kovidgoyal.net/kitty/build.html for how to build kitty from source.