summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/download.rst11
-rw-r--r--doc/source/installation.rst2
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/source/download.rst b/doc/source/download.rst
index f9132ac..fa60a99 100644
--- a/doc/source/download.rst
+++ b/doc/source/download.rst
@@ -1,17 +1,18 @@
1Download 1Download
2======== 2========
3 3
4Debian 4Debian and Ubuntu
5------ 5-----------------
6 6
7 7We're currently not providing Debian or Ubuntu packages,
8Ubuntu 8but you can build your own by cloning the source code and typing ``make debian``.
9------
10 9
11 10
12Source code 11Source code
13----------- 12-----------
14 13
14We're currently using *github* as public code repository.
15
15:: 16::
16 17
17 git clone https://github.com/nbs-system/snuffleupagus 18 git clone https://github.com/nbs-system/snuffleupagus
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index c7fe55b..7f8c8c8 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -1,7 +1,7 @@
1Installation 1Installation
2============ 2============
3 3
4Snuffleupagus is tested against various PHP 7+ versions: XXX 4Snuffleupagus is tested against `various PHP 7+ versions <https://travis-ci.org/nbs-system/snuffleupagus/>`_.
5 5
6Manual installation 6Manual installation
7------------------- 7-------------------