From f82d2353d4b5b0be0aba4b2c8cf0a77fc05be2be Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 8 Aug 2022 15:08:34 +0200 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e8d3c58..7ae7bfc 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,13 @@ If you have [MacPorts](https://www.macports.org) installed: $ sudo port install tio ``` +### 4.4 Installation using MSYS2 (Windows) + +If you have [MSYS2](https://www.msys2.org) installed: +``` + $ pacman -S tio +``` + ### 4.5 Installation from source The latest source releases can be found [here](https://github.com/tio/tio/releases).