Skip to content

Commit 7a68797

Browse files
committed
Extend readme with luarocks lua 5.1 version requirement
1 parent 4acdb19 commit 7a68797

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ If you see an error like `module 'busted.runner' not found`:
8080
eval $(luarocks path --no-bin)
8181
```
8282

83+
For this to work you need to have Lua 5.1 set as your default version for
84+
luarocks. If that's not the case you can pass `--lua-version 5.1` to all the
85+
luarocks commands above.
86+
8387
[rockspec-format]: https://github.com/luarocks/luarocks/wiki/Rockspec-format
8488
[luarocks]: https://luarocks.org
8589
[luarocks-api-key]: https://luarocks.org/settings/api-keys

0 commit comments

Comments
 (0)