From c9f921744c74a24473da353fbe9d14b563a01a05 Mon Sep 17 00:00:00 2001 From: Jon Neverland <jon@jonnev.se> Date: Wed, 21 Jun 2017 21:52:27 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2b3b20c..0850d04 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,12 @@ # Matrix mod for Minetest -This mod creates a bridge between a [Matrix](https://matrix.org) channel and the in-game chat. +This mod creates a bridge between a [Matrix](https://matrix.org) channel and the in-game chat. The code is shamelessly based on the [irc](https://github.com/minetest-mods/irc) mod and examples from [lua-matrix](https://github.com/aperezdc/lua-matrix). ## Installing - ```bash cd <Mods directory> && git clone --recursive git@github.com:diggers-mt/minetest-matrix.git ``` @@ -34,7 +33,7 @@ luarocks install lua-cjson export MATRIX_API_HTTP_CLIENT=luasocket ``` -You might need to prepend `sudo` to first and second commands +You might need to prepend `sudo` to first and second commands. You also need to add Matrix to your trusted mods if you haven't disabled mod security. @@ -47,7 +46,7 @@ secure.trusted_mods = matrix ## Settings -* `matrix.user`: Matrix username, for example `@minetestbot@matrix.org` +* `matrix.user`: Matrix username, for example `@minetestbot:matrix.org` * `matrix.password`: Password for Matrix user @@ -61,4 +60,3 @@ secure.trusted_mods = matrix ## License See `LICENSE.txt` for details. - -- GitLab