From 6452604186fd319e7cbad0ecc7820f68e68dd3ab Mon Sep 17 00:00:00 2001 From: jugendhacker Date: Sun, 26 Jul 2020 09:15:12 +0200 Subject: [PATCH] Change AUR package to version following releases (#153) * Change from telegram-tg-git to telegram-tg * Add hint for developement version (telegram-tg-git) --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 309db74..be0ec30 100644 --- a/readme.md +++ b/readme.md @@ -101,13 +101,15 @@ docker run -it --rm tg ### From the AUR -If you're using Arch Linux, you can install tg through [its AUR package](https://aur.archlinux.org/packages/telegram-tg-git/): +If you're using Arch Linux, you can install tg through [its AUR package](https://aur.archlinux.org/packages/telegram-tg/): If you're using the `yay` AUR helper, you can install the package with: ```bash -yay -S telegram-tg-git +yay -S telegram-tg ``` +If you want to use the latest developement version via the AUR you can find it [here](https://aur.archlinux.org/packages/telegram-tg-git/) + ## Configuration Config file should be stored at `~/.config/tg/conf.py`. This is simple python file.