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

This commit is contained in:
Alexandre Pasmantier 2024-12-05 00:52:39 +01:00 committed by GitHub
parent 99a4405e66
commit b6f12b372b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,8 +46,8 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles
</summary> </summary>
```bash ```bash
curl -LO https://github.com/alexpasmantier/television/releases/download/0.5.2/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.5.2-1_amd64.deb sudo dpkg -i television_0.6.0-1_amd64.deb
``` ```
</details> </details>
@ -123,7 +123,7 @@ Default keybindings are as follows:
| <kbd>Ctrl</kbd> + <kbd>s</kbd> | Toggle send to channel mode | | <kbd>Ctrl</kbd> + <kbd>s</kbd> | Toggle send to channel mode |
| <kbd>Esc</kbd> | Quit the application | | <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 ## Built-in Channels
The following built-in channels are currently available: The following built-in channels are currently available:
@ -136,7 +136,7 @@ The following built-in channels are currently available:
## Cable channels ## 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. 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
Installing cable channels is as simple as creating provider files in your configuration folder. Installing cable channels is as simple as creating provider files in your configuration folder.