aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-10-11 15:03:46 +0200
committerGitHub <noreply@github.com>2016-10-11 15:03:46 +0200
commit9bed0ea23672eaf72c3a7d9107e7d1fd4fe8fdf0 (patch)
tree95e85db13281a56adc2ca0690bdf7df90b9ec1b9 /docs/fr
parentc8976118d403a80545b064be351fa82b9ebac987 (diff)
parent36ef9e2730cad290861cca6813370bc87b8f16c9 (diff)
downloadwallabag-9bed0ea23672eaf72c3a7d9107e7d1fd4fe8fdf0.tar.gz
wallabag-9bed0ea23672eaf72c3a7d9107e7d1fd4fe8fdf0.tar.zst
wallabag-9bed0ea23672eaf72c3a7d9107e7d1fd4fe8fdf0.zip
Merge pull request #2422 from wallabag/typo-doc
Fixed display for note in installation page
Diffstat (limited to 'docs/fr')
-rw-r--r--docs/fr/user/installation.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst
index b32707f8..62e7d334 100644
--- a/docs/fr/user/installation.rst
+++ b/docs/fr/user/installation.rst
@@ -7,7 +7,8 @@ Pré-requis
7wallabag est compatible avec PHP >= 5.5, PHP 7 inclus. 7wallabag est compatible avec PHP >= 5.5, PHP 7 inclus.
8 8
9.. note:: 9.. note::
10Pour installer wallabag facilement, nous avons créé un ``Makefile``, vous avez donc besoin d'avoir installé l'outil ``make``. 10
11 Pour installer wallabag facilement, nous avons créé un ``Makefile``, vous avez donc besoin d'avoir installé l'outil ``make``.
11 12
12wallabag utilise un grand nombre de bibliothèques PHP pour fonctionner. Ces bibliothèques doivent être installées à l'aide d'un outil nommé Composer. Vous devez l'installer si ce n'est déjà fait et vous assurer que vous utilisez bien la version 1.2 (si vous avez déjà Composer, faite un ``composer selfupdate``). 13wallabag utilise un grand nombre de bibliothèques PHP pour fonctionner. Ces bibliothèques doivent être installées à l'aide d'un outil nommé Composer. Vous devez l'installer si ce n'est déjà fait et vous assurer que vous utilisez bien la version 1.2 (si vous avez déjà Composer, faite un ``composer selfupdate``).
13 14