From 3254a429922a2fe5e0ca838dd87a35fb469ebe04 Mon Sep 17 00:00:00 2001 From: Kevin Harrison Date: Thu, 20 Dec 2018 15:16:44 -0500 Subject: [PATCH] Extremely minor README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b09f974..b624583 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Next, you need to compile the code to a native Lua module. 1. First, ensure you have the `cmake` and `luajit` packages installed. 2. Create a new folder next to `love-nuklear` called `love-nuklear-build`. 3. Open a terminal inside `love-nuklear-build`. -4. Compile the library with: +4. Compile the library with ```sh $ cmake -DCMAKE_BUILD_TYPE=Release ../love-nuklear $ make