mirror of
https://github.com/paul-nameless/tg
synced 2024-11-25 13:20:25 +00:00
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:
parent
ef09ba6e7b
commit
6452604186
1 changed files with 4 additions and 2 deletions
|
@ -101,13 +101,15 @@ docker run -it --rm tg
|
||||||
|
|
||||||
### From the AUR
|
### 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:
|
If you're using the `yay` AUR helper, you can install the package with:
|
||||||
```bash
|
```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
|
## Configuration
|
||||||
|
|
||||||
Config file should be stored at `~/.config/tg/conf.py`. This is simple python file.
|
Config file should be stored at `~/.config/tg/conf.py`. This is simple python file.
|
||||||
|
|
Loading…
Reference in a new issue