From 3af8bf7bd2a3d0b27cdc96faf494f532838fbbc2 Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Mon, 21 Nov 2022 05:48:29 +0100 Subject: [PATCH 1/2] add luarocks install mobdebug to readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a70492..6eb56c9 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` + See `examples/README` and `examples/*.lua` for examples of how to use the module. ## Dependencies From 657671d3a80d28a6f8fb821d69fc42f437824f7a Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Mon, 21 Nov 2022 06:35:31 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eb56c9..b6548cf 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ require("mobdebug").start() Make `src/mobdebug.lua` available to your script: - use `luarocks install mobdebug` -- download the file `src/mobdebug.lua` +- 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.