From 45e14d3fa20a8e708fdc8ec75f74f34e8b86b0da Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Sat, 16 Nov 2024 19:55:23 +0100 Subject: [PATCH] docs(debian): add installation docs for debian-based systems (#33) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5261de4..0c6ed76 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles ## Installation -#### With `cargo`: +#### Debian-based (Debian, Ubuntu, Pop!_OS, Linux Mint, etc.) ```bash -cargo install television +curl -LO https://github.com/alexpasmantier/television/releases/download/0.4.22/television_0.4.22-1_amd64.deb +sudo dpkg -i television_0.4.22-1_amd64.deb ``` #### From the [latest release](https://github.com/alexpasmantier/television/releases/latest) page @@ -32,6 +33,10 @@ cargo install television - Unpack and copy to the relevant location for your system (e.g. `/usr/local/bin` on macos and linux) +#### From source using `cargo`: +```bash +cargo install television +``` ## Usage ```bash tv [channel] #[default: files] [possible values: env, files, git-repos, text, alias]