mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
docs: add homebrew installation note
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
223f0c5d13
commit
80977e2f1d
1 changed files with 17 additions and 6 deletions
13
README.md
13
README.md
|
|
@ -212,7 +212,18 @@ Install bleeding edge:
|
|||
$ snap install tio --edge
|
||||
```
|
||||
|
||||
### 4.3 Installation from source
|
||||
### 4.3 Installation use brew
|
||||
|
||||
If you have [brew](http://brew.sh/) installed, you can also install the latest stable version as:
|
||||
```
|
||||
$ brew install tio
|
||||
```
|
||||
or installing bleeding edge as:
|
||||
```
|
||||
$ brew install tio --HEAD
|
||||
```
|
||||
|
||||
### 4.4 Installation from source
|
||||
|
||||
The latest source releases can be found [here](https://github.com/tio/tio/releases).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue