summaryrefslogtreecommitdiff
path: root/doc/source/download.rst
diff options
context:
space:
mode:
authorjvoisin2017-12-21 11:33:29 +0100
committerjvoisin2017-12-21 11:33:48 +0100
commitb20bbff80ff873fb5ecc3ebc60d72826a8d0ac22 (patch)
tree7f623c81537200dcb88ab9934894d8c9e5c63771 /doc/source/download.rst
parent58d5e50ef33bbea5d1620c2a51562f68e3a0445b (diff)
Add some release-related documentation
Diffstat (limited to 'doc/source/download.rst')
-rw-r--r--doc/source/download.rst18
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/source/download.rst b/doc/source/download.rst
index fa60a99..00d865c 100644
--- a/doc/source/download.rst
+++ b/doc/source/download.rst
@@ -1,12 +1,24 @@
1Download 1Download
2======== 2========
3 3
4Arch Linux
5----------
6
7We're providing a `PKGBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/PKGBUILD>`__,
8so you can build a package yourself.
9
10Alpine Linux
11------------
12
13We're providing a `APKBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/APKBUILD>`__,
14so you can build a package yourself.
15
4Debian and Ubuntu 16Debian and Ubuntu
5----------------- 17-----------------
6 18
7We're currently not providing Debian or Ubuntu packages, 19We're currently not providing a Debian/Ubuntu repository,
8but you can build your own by cloning the source code and typing ``make debian``. 20but you can grab the latest release on `github <https://github.com/nbs-system/snuffleupagus/releases>`__,
9 21or build your own package by cloning the source code and typing ``make debian``.
10 22
11Source code 23Source code
12----------- 24-----------