add conda-forge install to README.md (#78)

This commit is contained in:
Moritz Wilksch 2024-11-26 20:57:01 +01:00 committed by GitHub
parent 1ebec7ead2
commit a46d6f8510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,11 @@ sudo dpkg -i television_0.5.2-1_amd64.deb
pacman -S television
```
#### Cross-Platform from `conda-forge`
```bash
pixi global install television
```
#### Binary ([latest release](https://github.com/alexpasmantier/television/releases/latest))
- 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)
- Unpack and copy to the relevant location on your system (e.g. `/usr/local/bin` on macos and linux for a global installation)