Change AUR package to version following releases (#153)

* Change from telegram-tg-git to telegram-tg

* Add hint for developement version (telegram-tg-git)
This commit is contained in:
jugendhacker 2020-07-26 09:15:12 +02:00 committed by GitHub
parent ef09ba6e7b
commit 6452604186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.