diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-10-10 09:15:53 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-10-10 09:15:53 +0200 |
commit | 84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660 (patch) | |
tree | 1abeab686810336db899dda9b221795085b65dd9 /docs/de/user | |
parent | edc8bc0b2f23bf27ac33b9de079644cc9076579a (diff) | |
download | wallabag-84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660.tar.gz wallabag-84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660.tar.zst wallabag-84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660.zip |
Added documentation about testsuite
Fix #2415
Diffstat (limited to 'docs/de/user')
-rw-r--r-- | docs/de/user/installation.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/de/user/installation.rst b/docs/de/user/installation.rst index dc2b8b4d..bee3249b 100644 --- a/docs/de/user/installation.rst +++ b/docs/de/user/installation.rst | |||
@@ -6,6 +6,9 @@ Voraussetzungen | |||
6 | 6 | ||
7 | wallabag ist kompatibel mit PHP >= 5.5, inkl. PHP 7. | 7 | wallabag ist kompatibel mit PHP >= 5.5, inkl. PHP 7. |
8 | 8 | ||
9 | .. note:: | ||
10 | Pour installer wallabag facilement, nous avons créé un ``Makefile``, vous avez donc besoin d'avoir installé l'outil ``make``. | ||
11 | |||
9 | wallabag nutzt eine große Anzahl an Bibliotheken, um zu funktionieren. Diese Bibliotheken müssen mit einem Tool namens Composer installiert werden. Du musst es installieren sofern du es bisher noch nicht gemacht hast. | 12 | wallabag nutzt eine große Anzahl an Bibliotheken, um zu funktionieren. Diese Bibliotheken müssen mit einem Tool namens Composer installiert werden. Du musst es installieren sofern du es bisher noch nicht gemacht hast. |
10 | 13 | ||
11 | Composer installieren: | 14 | Composer installieren: |