From 725971d88cee884e541b2099d06ed2217c2f5002 Mon Sep 17 00:00:00 2001 From: Kevin Harrison Date: Tue, 15 Nov 2016 13:42:07 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 0ce803a..5f81ca4 100644 --- a/Home.md +++ b/Home.md @@ -7,14 +7,14 @@ The library 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 $ git clone --recursive git@github.com:keharriso/love-nuklear.git ``` ## Quickstart The following program shows the basic code to set up and use the library, including initialization and event handling: -``` +```lua local nk = require 'nuklear' function love.load()