diff --git a/README.md b/README.md index 3a70492..b6548cf 100644 --- a/README.md +++ b/README.md @@ -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