Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
matrix_chat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Nerlich
matrix_chat
Commits
c9f92174
Commit
c9f92174
authored
8 years ago
by
Jon Neverland
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
6c9b424b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-5
3 additions, 5 deletions
README.md
with
3 additions
and
5 deletions
README.md
+
3
−
5
View file @
c9f92174
...
@@ -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
.
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
...
@@ -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
...
@@ -61,4 +60,3 @@ secure.trusted_mods = matrix
## License
## License
See
`LICENSE.txt`
for details.
See
`LICENSE.txt`
for details.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment