Update README

This commit is contained in:
Martin Lund 2022-09-11 20:13:21 +02:00
parent d0926b25ba
commit 81607424f8

View file

@ -230,21 +230,21 @@ reach out to its package maintainers team.
Install latest stable version: Install latest stable version:
``` ```
$ snap install tio $ snap install tio
``` ```
### 4.3 Installation using brew (MacOS, Linux) ### 4.3 Installation using brew (MacOS, Linux)
If you have [brew](http://brew.sh) installed: If you have [brew](http://brew.sh) installed:
``` ```
$ brew install tio $ brew install tio
``` ```
### 4.4 Installation using MSYS2 (Windows) ### 4.4 Installation using MSYS2 (Windows)
If you have [MSYS2](https://www.msys2.org) installed: If you have [MSYS2](https://www.msys2.org) installed:
``` ```
$ pacman -S tio $ pacman -S tio
``` ```
### 4.5 Installation from source ### 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: Install steps:
``` ```
$ meson build $ meson build
$ meson compile -C build $ meson compile -C build
$ meson install -C build $ meson install -C build
``` ```
See meson\_options.txt for tio specific build options. See meson\_options.txt for tio specific build options.