fix: use Recommends instead of Depends for ueberzugpp in deb, add Ubuntu install guide
This commit is contained in:
parent
915b695e88
commit
1577ee5525
1302 changed files with 402483 additions and 2 deletions
|
|
@ -56,7 +56,11 @@ curl -sL https://github.com/vrubelroman/vcom/releases/download/v0.2.5/vcom_0.2.5
|
|||
sudo apt install /tmp/vcom_0.2.5_amd64.deb
|
||||
```
|
||||
|
||||
The Debian package declares `ueberzug` (or `ueberzugpp` where available) as a dependency for image preview outside `kitty`.
|
||||
The Debian package recommends `ueberzugpp` for image preview outside `kitty` (optional). To install it:
|
||||
|
||||
```bash
|
||||
sudo apt install pipx && pipx ensurepath && pipx install ueberzugpp
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue