Updated Home (markdown)

Kevin Harrison 2016-11-22 16:38:43 -05:00
parent 066b14c987
commit 887db86830

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