From 5c44432776cfd1bdaae2d9a82a7caba2af0b7ac9 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Tue, 19 Nov 2024 00:26:05 +0100 Subject: [PATCH] docs: update README television version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26efd11..4afe7b4 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles ## Installation #### Debian-based (Debian, Ubuntu, Pop!_OS, Linux Mint, etc.) ```bash -curl -LO https://github.com/alexpasmantier/television/releases/download/0.4.23/television_0.4.23-1_amd64.deb -sudo dpkg -i television_0.4.23-1_amd64.deb +curl -LO https://github.com/alexpasmantier/television/releases/download/0.5.0/television_0.5.0-1_amd64.deb +sudo dpkg -i television_0.5.0-1_amd64.deb ``` #### From the [latest release](https://github.com/alexpasmantier/television/releases/latest) page