mirror of
https://github.com/tmux-plugins/tmux-yank.git
synced 2026-09-10 07:36:17 -04:00
docs(readme): add Termux to support list and requirements section
This commit is contained in:
parent
2adab535a7
commit
3a7e89dbff
|
|
@ -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
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue