mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 19:45:23 +00:00
docs(brew): add brew installation method for MacOS to README (#45)
* docs(brew): add brew installation method for MacOS to README * update CHANGELOG
This commit is contained in:
parent
3bf04d7785
commit
f43b5bf9b8
@ -7,6 +7,11 @@ All notable changes to this project will be documented in this file.
|
||||
### 📚 Documentation
|
||||
|
||||
- Add instructions for installing on Arch Linux (#43)
|
||||
- *(brew)* Add brew installation method for MacOS to README
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Add CHANGELOG.md (#44)
|
||||
|
||||
## [0.5.0] - 2024-11-18
|
||||
|
||||
|
@ -22,6 +22,11 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles
|
||||
|
||||
|
||||
## Installation
|
||||
#### MacOS
|
||||
```bash
|
||||
brew install alexpasmantier/television/television
|
||||
```
|
||||
|
||||
#### Debian-based (Debian, Ubuntu, Pop!_OS, Linux Mint, etc.)
|
||||
```bash
|
||||
curl -LO https://github.com/alexpasmantier/television/releases/download/0.5.0/television_0.5.0-1_amd64.deb
|
||||
|
Loading…
x
Reference in New Issue
Block a user