From 40382ed7e3d401e822e2286158ffb68028cbfa70 Mon Sep 17 00:00:00 2001 From: alex <38814044+alextwothousand@users.noreply.github.com> Date: Wed, 10 Mar 2021 20:49:24 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7f816f..5f442af 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Lua -CMake based build of Lua 5.4.0 +CMake based build of Lua 5.4.2 ![Build Linux](https://github.com/walterschell/Lua/workflows/Build%20Linux/badge.svg) ![Build Windows](https://github.com/walterschell/Lua/workflows/Build%20Windows/badge.svg) ![Build OSX](https://github.com/walterschell/Lua/workflows/Build%20OSX/badge.svg) ![Build Emscripten](https://github.com/walterschell/Lua/workflows/Build%20Emscripten/badge.svg) # Usage -Inside of CMakeLists.txt +Inside of your project's CMakeLists.txt ```cmake add_subdirectory(lua) ...