We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01738e commit d32e151Copy full SHA for d32e151
en/chapters/luacheck.md
@@ -44,7 +44,8 @@ Check that it's installed with the following command:
44
The first time you run LuaCheck, it will probably pick up a lot of false
45
errors. This is because it still needs to be configured.
46
47
-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
48
+and run `path\to\luacheck.exe .`
49
50
On Linux, run `luacheck .` whilst in the root folder of your project.
51
0 commit comments