Fix Markdown for command segments in README
This commit is contained in:
parent
525057c394
commit
4957e9c89c
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -39,35 +39,35 @@ Configuration is completed primarily through the Weechat interface. First start
|
||||||
|
|
||||||
1. Start by loading the Weechat-Matrix plugin:
|
1. Start by loading the Weechat-Matrix plugin:
|
||||||
|
|
||||||
/script load matrix.py test
|
/script load matrix.py test
|
||||||
|
|
||||||
1. Now set your username and password:
|
1. Now set your username and password:
|
||||||
|
|
||||||
/set matrix.server.matrix.org.username johndoe
|
/set matrix.server.matrix.org.username johndoe
|
||||||
/set matrix.server.matrix.org.password jd_is_awesome
|
/set matrix.server.matrix.org.password jd_is_awesome
|
||||||
|
|
||||||
1. Now try to connect:
|
1. Now try to connect:
|
||||||
|
|
||||||
/matrix connect matrix.org
|
/matrix connect matrix.org
|
||||||
|
|
||||||
1. If everything works, save the configuration
|
1. If everything works, save the configuration
|
||||||
|
|
||||||
/save
|
/save
|
||||||
|
|
||||||
## For using a custom (not matrix.org) matrix server:
|
## For using a custom (not matrix.org) matrix server:
|
||||||
|
|
||||||
1. Add your custom server to the plugin:
|
1. Add your custom server to the plugin:
|
||||||
|
|
||||||
/matrix server add myserver myserver.org
|
/matrix server add myserver myserver.org
|
||||||
|
|
||||||
1. Add the appropriate credentials
|
1. Add the appropriate credentials
|
||||||
|
|
||||||
/set matrix.server.myserver.username johndoe
|
/set matrix.server.myserver.username johndoe
|
||||||
/set matrix.server.myserver.password jd_is_awesome
|
/set matrix.server.myserver.password jd_is_awesome
|
||||||
|
|
||||||
1. If everything works, save the configuration
|
1. If everything works, save the configuration
|
||||||
|
|
||||||
/save
|
/save
|
||||||
|
|
||||||
# Helpful Commands
|
# Helpful Commands
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue