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/en/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/en/user')
-rw-r--r-- | docs/en/user/installation.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index a2f0d07b..0920b976 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -6,6 +6,9 @@ Requirements | |||
6 | 6 | ||
7 | wallabag is compatible with PHP >= 5.5, including PHP 7. | 7 | wallabag is compatible with PHP >= 5.5, including PHP 7. |
8 | 8 | ||
9 | .. note:: | ||
10 | To install wallabag easily, we create a ``Makefile``, so you need to have the ``make`` tool. | ||
11 | |||
9 | wallabag uses a large number of PHP libraries in order to function. These libraries must be installed with a tool called Composer. You need to install it if you have not already done so and be sure to use the 1.2 version (if you already have Composer, run a ``composer selfupdate``). | 12 | wallabag uses a large number of PHP libraries in order to function. These libraries must be installed with a tool called Composer. You need to install it if you have not already done so and be sure to use the 1.2 version (if you already have Composer, run a ``composer selfupdate``). |
10 | 13 | ||
11 | Install Composer: | 14 | Install Composer: |