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
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If it is not possible to install [LuaFileSystem](http://keplerproject.github.io/
36
36
37
37
For manual installation, only a Lua interpreter binary is required.
38
38
39
-
1. Download and unpack latest Luacheck release ([.zip](https://github.com/mpeterv/luacheck/archive/0.16.0.zip)[.tar.gz](https://github.com/mpeterv/luacheck/archive/0.16.0.tar.gz)).
39
+
1. Download and unpack latest Luacheck release ([.zip](https://github.com/mpeterv/luacheck/archive/0.16.1.zip)[.tar.gz](https://github.com/mpeterv/luacheck/archive/0.16.1.tar.gz)).
40
40
2. Run `install.lua <path>` script using the Lua interpreter. If Lua interpreter is not in `PATH`, invoke it using absolute path.
41
41
3. Add `<path>/bin` to PATH or run Luacheck as `<path>/bin/luacheck`.
42
42
@@ -105,7 +105,7 @@ Documentation can be built using [Sphinx](http://sphinx-doc.org/): `sphinx-build
105
105
106
106
## Development
107
107
108
-
Luacheck is currently in development. The latest released version is 0.16.0. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable.
108
+
Luacheck is currently in development. The latest released version is 0.16.1. The interface of the `luacheck` module may change between minor releases. The command line interface is fairly stable.
109
109
110
110
Use the Luacheck issue tracker on GitHub to submit bugs, suggestions and questions. Any pull requests are welcome, too.
0 commit comments