From 887db868309d15b0fb253da9c2d4740fae8989ff Mon Sep 17 00:00:00 2001 From: Kevin Harrison Date: Tue, 22 Nov 2016 16:38:43 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5f81ca4..5b34ca4 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,9 @@ ## Building -The library uses CMake to build, and requires [LuaJIT](http://luajit.org/index.html) headers and libraries. +Windows and Linux binaries are included with every [release](https://github.com/keharriso/love-nuklear/releases). + +The project uses CMake to build, and requires [LuaJIT](http://luajit.org/index.html) headers and libraries. When fetching the code, you must also pull the required Nuklear code as a submodule. The simplest way to do this is to use: ```sh