mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README
This commit is contained in:
parent
d0926b25ba
commit
81607424f8
1 changed files with 38 additions and 38 deletions
12
README.md
12
README.md
|
|
@ -230,21 +230,21 @@ reach out to its package maintainers team.
|
|||
|
||||
Install latest stable version:
|
||||
```
|
||||
$ snap install tio
|
||||
$ snap install tio
|
||||
```
|
||||
|
||||
### 4.3 Installation using brew (MacOS, Linux)
|
||||
|
||||
If you have [brew](http://brew.sh) installed:
|
||||
```
|
||||
$ brew install tio
|
||||
$ brew install tio
|
||||
```
|
||||
|
||||
### 4.4 Installation using MSYS2 (Windows)
|
||||
|
||||
If you have [MSYS2](https://www.msys2.org) installed:
|
||||
```
|
||||
$ pacman -S tio
|
||||
$ pacman -S tio
|
||||
```
|
||||
|
||||
### 4.5 Installation from source
|
||||
|
|
@ -253,9 +253,9 @@ The latest source releases can be found [here](https://github.com/tio/tio/releas
|
|||
|
||||
Install steps:
|
||||
```
|
||||
$ meson build
|
||||
$ meson compile -C build
|
||||
$ meson install -C build
|
||||
$ meson build
|
||||
$ meson compile -C build
|
||||
$ meson install -C build
|
||||
```
|
||||
|
||||
See meson\_options.txt for tio specific build options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue