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 b11e288 commit a7d4dd2Copy full SHA for a7d4dd2
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