We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acdb19 commit 7a68797Copy full SHA for 7a68797
README.md
@@ -80,6 +80,10 @@ If you see an error like `module 'busted.runner' not found`:
80
eval $(luarocks path --no-bin)
81
```
82
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
+
87
[rockspec-format]: https://github.com/luarocks/luarocks/wiki/Rockspec-format
88
[luarocks]: https://luarocks.org
89
[luarocks-api-key]: https://luarocks.org/settings/api-keys
0 commit comments