From da5c90317792f61abb0d793ed83b4d1728d2cb0e Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Sat, 16 Nov 2024 20:37:07 +0100 Subject: [PATCH] docs: update README television version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 641f5e2..ae27bdb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 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.22/television_0.4.22-1_amd64.deb +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.22-1_amd64.deb ```