Merge pull request #160 from chenrui333/add-homebrew-installation-note

docs: add homebrew installation note
This commit is contained in:
Martin Lund 2022-07-14 04:47:21 +02:00 committed by GitHub
commit 98db32b251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,18 @@ Install bleeding edge:
$ snap install tio --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). The latest source releases can be found [here](https://github.com/tio/tio/releases).