Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): update readme with latest version and fix section link #93

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles
</summary>

```bash
curl -LO https://github.com/alexpasmantier/television/releases/download/0.5.2/television_0.5.2-1_amd64.deb
sudo dpkg -i television_0.5.2-1_amd64.deb
curl -LO https://github.com/alexpasmantier/television/releases/download/0.6.0/television_0.6.0-1_amd64.deb
sudo dpkg -i television_0.6.0-1_amd64.deb
```

</details>
Expand Down Expand Up @@ -123,7 +123,7 @@ Default keybindings are as follows:
| <kbd>Ctrl</kbd> + <kbd>s</kbd> | Toggle send to channel mode |
| <kbd>Esc</kbd> | Quit the application |

These keybindings are all configurable (see [Customization](#customization)).
These keybindings are all configurable (see [Configuration](#configuration)).

## Built-in Channels
The following built-in channels are currently available:
Expand All @@ -136,7 +136,7 @@ The following built-in channels are currently available:

## Cable channels
Tired of broadcast television? Want to watch your favorite shows on demand? `television` has you covered with cable channels. Cable channels are channels that are not built-in to `television` but are instead provided by the community.
You can find a list of available cable channels [on the wiki](https://github.com/alexpasmantier/television/wiki) and even contribute your own!
You can find a list of available cable channels [on the wiki](https://github.com/alexpasmantier/television/wiki/Cable-channels) and even contribute your own!

### Installing cable channels
Installing cable channels is as simple as creating provider files in your configuration folder.
Expand Down
Loading