From f536e04df31263c09571503c9229c1f7d8b38556 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 3 May 2017 18:20:25 +0100 Subject: [PATCH] Add snap install documentation I see you've published a snap of tio in the store! This pull request adds installation instructions for users of [snap enabled Linux distributions](https://snapcraft.io/docs/core/install). --- README | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README b/README index 7438f11..075c6dc 100644 --- a/README +++ b/README @@ -48,15 +48,25 @@ Tio features full bash autocompletion support. -3. Download +3. Install + + Install tio in seconds on Ubuntu and other snap supported Linux + distributions: https://snapcraft.io/docs/core/install + +    snap install tio + + Installing a snap is very quick. Snaps are secure. They are isolated + with all of their dependencies. Snaps also auto update when a new + version is released. + + +4. Download and Compile Find the latest release tarball at https://tio.github.io The latest source is available on GitHub: https://github.com/tio/tio -4. Installation - Install steps: $ ./configure