You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Luacheck provides a command line interface as well as a Lua module which can be
8
8
9
9
## Quick start
10
10
11
-
The easiest way to install Luacheck is to use [LuaRocks](http://luarocks.org). From your command line run the following command (you may want to prepend it with `sudo` on Linux):
11
+
The easiest way to install Luacheck is to use [LuaRocks](http://luarocks.org). From your command line run the following command (you may want to prepend it with `sudo`):
12
12
13
13
```
14
14
$ luarocks install luacheck
@@ -32,7 +32,7 @@ Documentation is available [online](http://luacheck.readthedocs.org). If Luachec
32
32
33
33
## Development
34
34
35
-
Luacheck is currently in development. The latest released version is 0.6.0. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable.
35
+
Luacheck is currently in development. The latest released version is 0.7.0. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable.
36
36
37
37
Use the Luacheck issue tracker on GitHub to submit bugs, suggestions and questions. Any pull requests are welcome, too.
0 commit comments