From 670c31d6f7a55b28ae023f20a9e906de036b7176 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 14 Jul 2022 13:12:46 +0200 Subject: [PATCH] Update README --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 902fed1..2fdfc5f 100644 --- a/README.md +++ b/README.md @@ -204,27 +204,19 @@ package manager tool to find and install tio. If you would like to see tio included in your favorite distribution, please reach out to their package maintainers team. -### 4.2 Installation using snap +### 4.2 Installation using snap (Linux) Install latest stable version: ``` $ snap install tio ``` -Install bleeding edge: -``` - $ snap install tio --edge -``` -### 4.3 Installation use brew +### 4.3 Installation using brew (MacOS, Linux) -If you have [brew](http://brew.sh/) installed, you can also install the latest stable version as: +If you have [brew](http://brew.sh) installed, you can install tio like so: ``` $ brew install tio ``` -or installing bleeding edge as: -``` - $ brew install tio --HEAD -``` ### 4.4 Installation from source @@ -239,8 +231,8 @@ Install steps: 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. +Note: It is recommended to only try to install from source if you are familiar +with how to build stuff using meson. ## 5. Contributing