From 4031636bce2d7f637bf59b66787065e014194f60 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 20 Jul 2022 11:25:58 +0200 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa4d8f4..73c275c 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ Another configuration file example is available [here](example/tiorc). ## 4. Installation -### 4.1 Installation using package manager +### 4.1 Installation using package manager (Linux) Packages for various GNU/Linux distributions are available. Please consult your package manager tool to find and install tio. @@ -213,14 +213,14 @@ Install latest stable version: ### 4.3 Installation using brew (MacOS, Linux) -If you have [brew](http://brew.sh) installed, you can install tio like so: +If you have [brew](http://brew.sh) installed: ``` $ brew install tio ``` ### 4.4 Installation using MacPorts (MacOS) -If you have [MacPorts](https://www.macports.org) installed, you can install tio like so: +If you have [MacPorts](https://www.macports.org) installed: ``` $ sudo port install tio ```