Skip to content

Commit cd83e31

Browse files
committed
Fix indentation
1 parent 0de7aa4 commit cd83e31

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

maubot/usage/standalone.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ plugin with a predefined Matrix account.
1313
## Basic usage
1414

1515
0. Set up a virtual environment.
16-
1. Create with `virtualenv -p /usr/bin/python3 .venv`
17-
2. Activate with `source .venv/bin/activate`
16+
1. Create with `virtualenv -p /usr/bin/python3 .venv`
17+
2. Activate with `source .venv/bin/activate`
1818
1. Install maubot into the virtualenv with `pip install --upgrade maubot[all]`
19-
* `[all]` at the end will install all optional dependencies!
20-
The e2ee optional dependency requires libolm3 to be installed natively.
21-
* Alternatively install the latest git version with
22-
`pip install --upgrade git+https://github.com/maubot/maubot.git#egg=maubot[all]`
19+
* `[all]` at the end will install all optional dependencies!
20+
The e2ee optional dependency requires libolm3 to be installed natively.
21+
* Alternatively install the latest git version with
22+
`pip install --upgrade git+https://github.com/maubot/maubot.git#egg=maubot[all]`
2323
2. Extract the plugin you want to run into the directory
2424
(at least `maubot.yaml` and some Python modules should be there).
2525
3. Install any dependencies that the plugin has into the virtualenv manually
2626
(they should be listed in `maubot.yaml`).
2727
4. Copy the [standalone example config] to the same directory and fill it out.
28-
* If the plugin has a config, you should copy the contents from the plugin's
29-
`base-config.yaml` into the `plugin_config` object in the standalone config,
30-
then fill it out as needed.
28+
* If the plugin has a config, you should copy the contents from the plugin's
29+
`base-config.yaml` into the `plugin_config` object in the standalone config,
30+
then fill it out as needed.
3131
5. Run the bot with `python -m maubot.standalone`
3232

3333
[standalone example config]: https://github.com/maubot/maubot/blob/master/maubot/standalone/example-config.yaml

0 commit comments

Comments
 (0)