diff options
author | Kali Kaneko <kali@leap.se> | 2017-10-06 03:47:32 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-06 03:47:32 +0200 |
commit | cbc8c629216527f1a8a0ec0faac3bedc22b5c300 (patch) | |
tree | f3f50d912eae079541b6db37485bcbc3bc9d82e6 /docs | |
parent | acab10caa730d20f5a0617edd2c71657664ad9a4 (diff) |
[docs] add link to asciinema record of debian install
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 4c8854f..00018cd 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -96,6 +96,10 @@ involving docker, you can read more about the bundles in the :ref:`qa section Debian & ubuntu --------------- +You only need to paste three lines to get bitmask installed under debian or +ubuntu, and get updates as they are released, or as they are merged into +master. `Watch a screencast`_ of the install process. + Refer to the section in the install guide about the different `debian repositories`_ that we provide to understand how the different packages are produced. @@ -106,6 +110,7 @@ For a quick rebuild of local changes, you can do:: debuild -us -uc +.. _`Watch a screencast`: https://asciinema.org/a/Hfg0Z5k95j4JfF0S31B7SCrZ8 .. _`debian repositories`: https://bitmask.net/install/linux/deb |