docs(readme): add Termux to support list and requirements section

This commit is contained in:
Afiq 2023-07-08 13:28:42 +08:00
parent 2adab535a7
commit 3a7e89dbff

View file

@ -16,6 +16,7 @@ Supports:
- macOS
- Cygwin
- Windows Subsystem for Linux (WSL)
- Termux
Installing
----------
@ -147,6 +148,14 @@ $ sudo yum install xsel # or xclip
- `clip.exe` is shipped with Windows Subsystem for Linux.
### Termux
Install [Termux:API](https://github.com/termux/termux-api) plugin and
`termux-api` package.
``` sh
$ pkg install termux-api
```
Configuration
-------------