Skip to content

Commit

Permalink
docs(README): set the appropriate lua version for path generation (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro authored Jun 13, 2024
1 parent 1cc3490 commit 60e4dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ busted spec/path_to_file.lua
If you see a `module 'busted.runner'` not found error you need to update your `LUA_PATH`:

```bash
eval $(luarocks path --no-bin)
eval $(luarocks path --no-bin --lua-version 5.1)
busted --lua nlua spec/mytest_spec.lua
```

Expand Down

0 comments on commit 60e4dd8

Please sign in to comment.