mirror of
https://github.com/paul-nameless/tg
synced 2024-11-25 21:30:22 +00:00
Merge pull request #88 from paul-nameless/aur-to-readme
Add AUR package info to README
This commit is contained in:
commit
769185b3ac
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -15,7 +15,7 @@ Telegram terminal client.
|
||||||
- [X] record and send voice msgs
|
- [X] record and send voice msgs
|
||||||
- [X] auto download files
|
- [X] auto download files
|
||||||
- [X] toggle chats: pin/unpin, mark as read/unread, mute/unmute
|
- [X] toggle chats: pin/unpin, mark as read/unread, mute/unmute
|
||||||
- [X] Message history
|
- [X] message history
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ TODO:
|
||||||
- [ ] bots (bot keyboard)
|
- [ ] bots (bot keyboard)
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Installation
|
||||||
|
|
||||||
`python3.8` required.
|
`python3.8` required.
|
||||||
|
|
||||||
|
@ -52,10 +52,16 @@ Docker (voice recordings and notifications won't work):
|
||||||
docker run -it --rm tg
|
docker run -it --rm tg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Arch Linux users can install from the AUR: https://aur.archlinux.org/packages/telegram-tg-git/
|
||||||
|
|
||||||
|
```bash
|
||||||
|
yay -S telegram-tg-git
|
||||||
|
```
|
||||||
|
|
||||||
## Optional dependencies
|
## Optional dependencies
|
||||||
|
|
||||||
- `terminal-notifier` or other program for notifications (see configuration)
|
- [terminal-notifier](https://github.com/julienXX/terminal-notifier) for Mac (used by default). You can change it to [dunst](https://github.com/dunst-project/dunst) for Linux or any other notifications program (see `NOTIFY_CMD` in configuration)
|
||||||
- `ffmpeg` to record voice msgs and upload videos correctly
|
- [ffmpeg](https://ffmpeg.org/) to record voice msgs and upload videos.
|
||||||
- [tdlib](https://tdlib.github.io/td/build.html?language=Python) - in case of incompatibility with built in package.
|
- [tdlib](https://tdlib.github.io/td/build.html?language=Python) - in case of incompatibility with built in package.
|
||||||
For example, macOS:
|
For example, macOS:
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue