From ec03678f25485aad595a5ecde0117578085d0291 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 28 Apr 2017 11:56:16 +0100 Subject: [PATCH] Add snap install instructions This pull request adds installation instructions for users of [snap enabled Linux distributions](https://snapcraft.io/docs/core/install). Snaps enable ISVs and projects to make their software available to millions of Linux users via the snap store and directly control delivery of software updates to their users. --- app/views/docs/installation.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/views/docs/installation.html.md b/app/views/docs/installation.html.md index ae9f015..6b03464 100644 --- a/app/views/docs/installation.html.md +++ b/app/views/docs/installation.html.md @@ -2,6 +2,14 @@ # Installation +## Linux + +Install asciinema in seconds on [Ubuntu and other snap supported Linux distributions](https://snapcraft.io/docs/core/install) with: + +    snap install asciinema --classic + +Installing a snap is very quick. Snaps contain all necessary dependencies required to run. The snap will get automatically updated when a new version is pushed to the store. + ## Python package asciinema is available on [PyPI](https://pypi.python.org/pypi/asciinema) and can