Update README

This commit is contained in:
Martin Lund 2022-07-14 13:12:46 +02:00
parent eac3dac018
commit 670c31d6f7

View file

@ -204,27 +204,19 @@ package manager tool to find and install tio.
If you would like to see tio included in your favorite distribution, please If you would like to see tio included in your favorite distribution, please
reach out to their package maintainers team. reach out to their package maintainers team.
### 4.2 Installation using snap ### 4.2 Installation using snap (Linux)
Install latest stable version: Install latest stable version:
``` ```
$ snap install tio $ snap install tio
``` ```
Install bleeding edge:
```
$ snap install tio --edge
```
### 4.3 Installation use brew ### 4.3 Installation using brew (MacOS, Linux)
If you have [brew](http://brew.sh/) installed, you can also install the latest stable version as: If you have [brew](http://brew.sh) installed, you can install tio like so:
``` ```
$ brew install tio $ brew install tio
``` ```
or installing bleeding edge as:
```
$ brew install tio --HEAD
```
### 4.4 Installation from source ### 4.4 Installation from source
@ -239,8 +231,8 @@ Install steps:
See meson\_options.txt for tio specific build options. See meson\_options.txt for tio specific build options.
Note: Please do no try to install from source if you are not familiar with Note: It is recommended to only try to install from source if you are familiar
how to build stuff using meson. with how to build stuff using meson.
## 5. Contributing ## 5. Contributing