From 42eb5775ff28c95cbceba7be62dec912602a1422 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 16 Nov 2017 17:57:55 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82cac029..82274f23 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # mautrix-telegram -**Not yet functional.** +**Only the very basic functionality has been implemented.** A Matrix-Telegram puppeting bridge. @@ -8,5 +8,5 @@ A Matrix-Telegram puppeting bridge. 2. Generate the appservice registration with `./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. -3. Run the bridge `./mautrix-telegram`. You can also use forever: `forever start mautrix-telegram`. -4. Invite the appservice bot to a private room and view the commands with `!help`. +3. Run the bridge `./mautrix-telegram`. You can also use forever: `forever start mautrix-telegram` (probably, I didn't actually test it). +4. Invite the appservice bot to a private room and view the commands with `!tg help`.