diff --git a/README.md b/README.md index 69c7d8a8..21c49214 100644 --- a/README.md +++ b/README.md @@ -208,9 +208,9 @@ git pull pip install . ``` -*Note: If you installed to a Python venv, first load it as described in [install to virtual environment](#install-to-virtual-environment).* +*Note: If you installed it to a Python venv, [activate it](CONTRIBUTING.md#3-set-up-a-python3-virtual-environment).* -*Note: If you installed in [development mode](#install-in-development-mode) you can spare the `pip install .` command - just `git pull` and you're done.* +*Note: If you installed it in [editable mode](CONTRIBUTING.md#4-install-in-editable-mode) you can spare the `pip install .` command - just `git pull` and you're done.* @@ -257,6 +257,8 @@ pip install . * [x] [Server Notices](https://matrix-org.github.io/synapse/develop/admin_api/server_notices.html) * [x] ~~[Shutdown Room](https://matrix-org.github.io/synapse/develop/admin_api/shutdown_room.html)~~ (DEPRECATED, covered by `room delete`) * [ ] [Statistics](https://matrix-org.github.io/synapse/develop/admin_api/statistics.html) + * [ ] `synadm media user-stats` + * [ ] `synadm room largest` * [x] [Users](https://matrix-org.github.io/synapse/develop/admin_api/user_admin_api.html) * [x] `user details ` * [x] `user modify ` (also used for user creation) @@ -285,7 +287,7 @@ pip install . ## Get in Touch -If you need avice on using synadm, have a feature idea or would like to discuss anything else around `synadm`, get in touch via Matrix! +If you need advice on using synadm, have a feature idea or would like to discuss anything else around `synadm`, get in touch via Matrix! We are hanging around in the official support room for Synapse, [#synapse:matrix.org](https://matrix.to/#/#synapse:matrix.org). Usually you'll find `synadm` users there that might answer your questions already. If not, mentioning `synadm` will ping us with the help of Element's keyword notify feature and we'll try to get in touch.