docs: add instructions for installing on Arch Linux (#43)

This commit is contained in:
Orhun Parmaksız 2024-11-19 15:14:22 +03:00 committed by GitHub
parent 5c44432776
commit 8a7b3da7fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,10 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles
curl -LO https://github.com/alexpasmantier/television/releases/download/0.5.0/television_0.5.0-1_amd64.deb
sudo dpkg -i television_0.5.0-1_amd64.deb
```
#### Arch Linux
```bash
pacman -S television
```
#### From the [latest release](https://github.com/alexpasmantier/television/releases/latest) page
- Download the latest release asset for your platform (e.g. `tv-vX.X.X-linux-x86_64.tar.gz` if you're on a linux x86 machine)