From 012d8d34fb859318c57f6a2d19575f31bd3ba558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20V=C3=A4is=C3=A4nen?= Date: Wed, 31 Aug 2022 18:41:49 +0200 Subject: [PATCH] Update build instructions in readme Update build instructions in readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09aa152..2b60a46 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ luarocks install --server=https://luarocks.org/dev luaformatter ```bash git clone --recurse-submodules https://github.com/Koihik/LuaFormatter.git cd LuaFormatter + git submodule update --init --recursive cmake . make make install