We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--lua-version 5.5
1 parent 88dbcff commit 8a178c8Copy full SHA for 8a178c8
1 file changed
README.md
@@ -19,9 +19,9 @@ Its effects are as follows:
19
20
End-users can manage addon installations using the LuaRocks CLI.
21
22
-- `luarocks install an-addon` - install or update `an-addon`
23
-- `luarocks remove an-addon` - remove `an-addon`
24
-- `luarocks show an-addon` - view information about `an-addon`
+- `luarocks --lua-version 5.5 install an-addon` - install or update `an-addon`
+- `luarocks --lua-version 5.5 remove an-addon` - remove `an-addon`
+- `luarocks --lua-version 5.5 show an-addon` - view information about `an-addon`
25
- etc.
26
27
Users can also browse addons online from https://luarocks.org/m/lls-addons.
0 commit comments