From 20cf83b72017bec4029fd502b7c730e1bc99dd31 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Thu, 28 Nov 2024 18:35:26 +0100 Subject: [PATCH] docs(installation): update homebrew installation command (#87) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d7fd2b..1213260 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles ## Installation
-MacOS +Homebrew ```bash - brew install alexpasmantier/television/television + brew install television ```