chore: update README.md install section

This commit is contained in:
Alexandre Pasmantier 2024-11-10 21:45:43 +01:00 committed by GitHub
parent c70e675655
commit b8ad34060d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,10 +22,16 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles
## Installation ## Installation
#### With `cargo`:
```bash ```bash
cargo install television 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 ## Usage
```bash ```bash
tv [channel] #[default: files] [possible values: env, files, git-repos, text, alias] tv [channel] #[default: files] [possible values: env, files, git-repos, text, alias]