Skip to content

Commit

Permalink
Fix Silly Missing Newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
FSG-Cat authored Dec 19, 2024
1 parent 1e43478 commit 4aaf60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/bot/synapse_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ entire homeserver.

First, install the module to your Synapse python environment:

```shellpip install -e "git+https://github.com/matrix-org/mjolnir.git#egg=mjolnir&subdirectory=synapse_antispam"
```shell
pip install -e "git+https://github.com/matrix-org/mjolnir.git#egg=mjolnir&subdirectory=synapse_antispam"
```

_Note_: Where your python environment is depends on your installation method. Visit
Expand Down

0 comments on commit 4aaf60c

Please sign in to comment.