docs(installation): update homebrew installation command (#87)

This commit is contained in:
Alexandre Pasmantier 2024-11-28 18:35:26 +01:00 committed by GitHub
parent 128a6116c3
commit 20cf83b720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,10 +23,10 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles
## Installation
<details>
<summary>MacOS</summary>
<summary>Homebrew</summary>
```bash
brew install alexpasmantier/television/television
brew install television
```
</details>