mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
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).
This commit is contained in:
parent
f825975266
commit
f536e04df3
1 changed files with 13 additions and 3 deletions
16
README
16
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue