aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 18:51:20 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-10 18:51:20 +0200
commit36ef9e2730cad290861cca6813370bc87b8f16c9 (patch)
tree09b1df389d8ac0aa76fe9f205fd085ba8c76fbef /docs/en/user
parentbccf7a70bc22171904a5bb82d282e9c956684abc (diff)
downloadwallabag-36ef9e2730cad290861cca6813370bc87b8f16c9.tar.gz
wallabag-36ef9e2730cad290861cca6813370bc87b8f16c9.tar.zst
wallabag-36ef9e2730cad290861cca6813370bc87b8f16c9.zip
Fixed display for note in installation page
Diffstat (limited to 'docs/en/user')
-rw-r--r--docs/en/user/installation.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index e08e0306..248c1995 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -7,7 +7,8 @@ Requirements
7wallabag is compatible with PHP >= 5.5, including PHP 7. 7wallabag is compatible with PHP >= 5.5, including PHP 7.
8 8
9.. note:: 9.. note::
10To install wallabag easily, we create a ``Makefile``, so you need to have the ``make`` tool. 10
11 To install wallabag easily, we create a ``Makefile``, so you need to have the ``make`` tool.
11 12
12wallabag 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``). 13wallabag 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``).
13 14