blob: 00d865cadba4012566b999ba080169c4ae9ad5b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Download
========
Arch Linux
----------
We're providing a `PKGBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/PKGBUILD>`__,
so you can build a package yourself.
Alpine Linux
------------
We're providing a `APKBUILD <https://github.com/nbs-system/snuffleupagus/blob/master/APKBUILD>`__,
so you can build a package yourself.
Debian and Ubuntu
-----------------
We're currently not providing a Debian/Ubuntu repository,
but you can grab the latest release on `github <https://github.com/nbs-system/snuffleupagus/releases>`__,
or build your own package by cloning the source code and typing ``make debian``.
Source code
-----------
We're currently using *github* as public code repository.
::
git clone https://github.com/nbs-system/snuffleupagus
|