From b8ad34060d506c41a1ff491258edb09419b33178 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:45:43 +0100 Subject: [PATCH] chore: update README.md install section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index debfd80..5f87e62 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,16 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles ## Installation +#### With `cargo`: ```bash cargo install 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) +- Unpack and copy to the relevant location for your system (e.g. `/usr/local/bin` on macos and linux) + + ## Usage ```bash tv [channel] #[default: files] [possible values: env, files, git-repos, text, alias]