docs(debian): add installation docs for debian-based systems (#33)

This commit is contained in:
Alexandre Pasmantier 2024-11-16 19:55:23 +01:00 committed by GitHub
parent aa2f2609a4
commit 45e14d3fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,9 +22,10 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles
## Installation ## Installation
#### With `cargo`: #### Debian-based (Debian, Ubuntu, Pop!_OS, Linux Mint, etc.)
```bash ```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 #### 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) - 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 ## 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]