LuaCheck: further clarifications to running on Windows

master
rubenwardy 2018-02-25 00:53:44 +00:00
parent c01738ec9a
commit d32e1512fc
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ 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, open powershell or bash in the root folder and run `path/to/luacheck.exe .`
On Windows, open powershell or bash in the root folder of your project
and run `path\to\luacheck.exe .`
On Linux, run `luacheck .` whilst in the root folder of your project.