commit 025d48109163c951821c1352ca08039a909d1a25
parent f6e1931d36e2ecece4c7b401a82cdd18b85d3865
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sun, 22 Aug 2021 14:52:02 +0200
typos
Diffstat:
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
@@ -6,11 +6,11 @@ It checks your current IM messages via several CLI clients for different
plattform and notifies you about potential messages.
Currently supported:
-- Telegram via `[telegram-cli](https://github.com/vysheng/tg)`
+- Telegram via [`telegram-cli`](https://github.com/vysheng/tg)
Future work (WIP, currently not implemented):
-- Matrix via `[matrix-commander](https://github.com/8go/matrix-commander)`
-- Signal via `[signal-cli](https://github.com/AsamK/signal-cli)`
+- Matrix via [`matrix-commander`](https://github.com/8go/matrix-commander)
+- Signal via [`signal-cli`](https://github.com/AsamK/signal-cli)
## Why?
@@ -29,7 +29,7 @@ Sending Notifications: `gdbus` (likely installed already)
### Telegram
-Checking Telegram Messages: `[telegram-cli]`(https://github.com/vysheng/tg)
+Checking Telegram Messages: [`telegram-cli`](https://github.com/vysheng/tg)
```
# Debian
apt install telegram-cli
@@ -51,4 +51,7 @@ make install
This will place `im-notifier.sh` into `~/.local/bin/im-notifier.sh` and places
the systemd-service file under your user's directory. You can enable & start
-telegram-notifier with: ``` systemctl --user enable im-notifier --now ```
+im-notifier with:
+```
+systemctl --user enable im-notifier --now
+```