Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ require("mobdebug").start()

## Installation

Make `src/mobdebug.lua` available to your script.
Make `src/mobdebug.lua` available to your script:
- use `luarocks install mobdebug`
- download the file `src/mobdebug.lua` and put it into the directory for Lua libraries or your working directory.

See `examples/README` and `examples/*.lua` for examples of how to use the module.

## Dependencies
Expand Down