mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
docs(debian): add installation docs for debian-based systems (#33)
This commit is contained in:
parent
aa2f2609a4
commit
45e14d3fa2
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user