From c01738ec9ac835952882b09010a35478ac6fcf6e Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 25 Feb 2018 00:33:29 +0000 Subject: [PATCH] LuaCheck: correct running on Windows --- en/chapters/luacheck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/chapters/luacheck.md b/en/chapters/luacheck.md index 004b5c0..c2d9b2a 100644 --- a/en/chapters/luacheck.md +++ b/en/chapters/luacheck.md @@ -44,7 +44,7 @@ Check that it's installed with the following command: The first time you run LuaCheck, it will probably pick up a lot of false errors. This is because it still needs to be configured. -On Windows, drag the root project folder onto the luacheck.exe executable. +On Windows, open powershell or bash in the root folder and run `path/to/luacheck.exe .` On Linux, run `luacheck .` whilst in the root folder of your project.