Skip to content
Snippets Groups Projects
Commit 6679cbff authored by joenas's avatar joenas
Browse files

Merge branch 'master' of github.com:diggers-mt/matrix-minetest

parents cf934a73 c9f92174
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ The code is shamelessly based on the [irc](https://github.com/minetest-mods/irc) ...@@ -8,7 +8,6 @@ The code is shamelessly based on the [irc](https://github.com/minetest-mods/irc)
## Installing ## Installing
```bash ```bash
cd <Mods directory> && git clone --recursive git@github.com:diggers-mt/minetest-matrix.git cd <Mods directory> && git clone --recursive git@github.com:diggers-mt/minetest-matrix.git
``` ```
...@@ -34,7 +33,7 @@ luarocks install lua-cjson ...@@ -34,7 +33,7 @@ luarocks install lua-cjson
export MATRIX_API_HTTP_CLIENT=luasocket 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.
For the moment you need to disabled mod security for lua-matrix to work. This will hopefully change. For the moment you need to disabled mod security for lua-matrix to work. This will hopefully change.
...@@ -47,7 +46,7 @@ secure.enable_security = false ...@@ -47,7 +46,7 @@ secure.enable_security = false
## Settings ## 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 * `matrix.password`: Password for Matrix user
...@@ -61,4 +60,3 @@ secure.enable_security = false ...@@ -61,4 +60,3 @@ secure.enable_security = false
## License ## License
See `LICENSE.txt` for details. See `LICENSE.txt` for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment