Update README

This commit is contained in:
Martin Lund 2022-02-10 05:21:38 +01:00
parent e9208d693e
commit 4e2c6725d5

View file

@ -80,11 +80,15 @@ The latest source releases can be found [here](https://github.com/tio/tio/releas
Install steps:
```
$ ./configure
$ make
$ make install
$ meson build
$ meson compile -C build
$ meson install -C build
```
See INSTALL file for more installation details.
See meson\_options.txt for tio specific build options.
Note: Please do no try to install from source if you are not familiar with
how to build stuff using meson.
## 4. Contributing