From 875f82290757ce2291335c8a0f6af8983910dcc6 Mon Sep 17 00:00:00 2001 From: be1 Date: Sat, 23 May 2020 15:14:43 +0200 Subject: [PATCH] specify module name installatin path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdab438..eb851b0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ minetest scuttlebutt mod called «scuttlebut» is a WIP mod that allows minetest player to send messages to a scuttlebutt user, given is scuttlebutt `sbkey`. ## usage -once installed in the mods subdirectory of minetest home (see minetest documentation), this mod allow to player who have the `ssb` privilege to send a private message with the command `/ssb [message]` to the scuttlebutt user identified by `sbkey`. This module must be set as a trusted module of minetest because it requires extra Lua modules to work, namely: +once installed in the mods subdirectory of minetest home as `scuttlebutt` subdirectory (see minetest documentation), this mod allow to player who have the `ssb` privilege to send a private message with the command `/ssb [message]` to the scuttlebutt user identified by `sbkey`. This module must be set as a trusted module of minetest because it requires extra Lua modules to work, namely: - json - socket