Update metadata and fix small things

This commit is contained in:
Tulir Asokan
2018-01-29 21:31:10 +02:00
parent 7de58cc5d8
commit 02afc0bc03
5 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ A Telegram chat will be created once the bridge is stable enough.
1. Create with `virtualenv -p /usr/bin/python3.6 .venv`
2. Activate with `source .venv/bin/activate`
2. Install dependencies with `pip install -r requirements.txt`
3. Create a copy of `example-config.yaml` and fill out the fields.
3. Copy `example-config.yaml` to `config.yaml` and fill out the fields.
4. Generate the appservice registration with `python -m mautrix_telegram -g`.
You can use the `-c` and `-r` flags to change the location of the config and registration files.
They default to `config.yaml` and `registration.yaml` respectively.