From a46d6f8510e1e1fce3d587799614e02aeb901881 Mon Sep 17 00:00:00 2001 From: Moritz Wilksch <58488209+moritzwilksch@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:57:01 +0100 Subject: [PATCH] add `conda-forge` install to README.md (#78) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1a62820..0a3c080 100644 --- a/README.md +++ b/README.md @@ -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)