Update README.md

This commit is contained in:
Jon Neverland 2017-06-21 21:52:27 +02:00 committed by GitHub
parent 6c9b424bfd
commit c9f921744c

View File

@ -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
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.
You also need to add Matrix to your trusted mods if you haven't disabled mod security. 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 ## 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.trusted_mods = matrix
## License ## License
See `LICENSE.txt` for details. See `LICENSE.txt` for details.