Skip to content

Commit 8a178c8

Browse files
committed
doc(README): add --lua-version 5.5 to end-user commands
1 parent 88dbcff commit 8a178c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Its effects are as follows:
1919
2020
End-users can manage addon installations using the LuaRocks CLI.
2121

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`
22+
- `luarocks --lua-version 5.5 install an-addon` - install or update `an-addon`
23+
- `luarocks --lua-version 5.5 remove an-addon` - remove `an-addon`
24+
- `luarocks --lua-version 5.5 show an-addon` - view information about `an-addon`
2525
- etc.
2626

2727
Users can also browse addons online from https://luarocks.org/m/lls-addons.

0 commit comments

Comments
 (0)