aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/fr/user/installation.rst
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-09-15 14:26:30 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-09-19 15:22:05 +0200
commitce0a32229a8d139115ccd1d247a0ee4f1fedc8a3 (patch)
treeb17180badb278142f9652d9cff25f1e8caa9047b /docs/fr/user/installation.rst
parent8fed8d1bacbbcbf606a94497c5b58f49068bd6a3 (diff)
downloadwallabag-ce0a32229a8d139115ccd1d247a0ee4f1fedc8a3.tar.gz
wallabag-ce0a32229a8d139115ccd1d247a0ee4f1fedc8a3.tar.zst
wallabag-ce0a32229a8d139115ccd1d247a0ee4f1fedc8a3.zip
Fix wallabag version in documentation
Diffstat (limited to 'docs/fr/user/installation.rst')
-rw-r--r--docs/fr/user/installation.rst9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst
index 105e8122..4fccd0d4 100644
--- a/docs/fr/user/installation.rst
+++ b/docs/fr/user/installation.rst
@@ -45,20 +45,13 @@ Installation de Composer :
45 45
46Vous pouvez trouver des instructions spécifiques `ici (en anglais) <https://getcomposer.org/doc/00-intro.md>`__. 46Vous pouvez trouver des instructions spécifiques `ici (en anglais) <https://getcomposer.org/doc/00-intro.md>`__.
47 47
48Vous devez aussi installer node.js (via `la page de téléchargements <https://nodejs.org/en/download/>`__), npm (déjà installé avec node.js), bower et grunt:
49
50::
51
52 npm install -g bower
53 npm install -g grunt-cli
54
55Pour installer wallabag, vous devez exécuter ces commandes : 48Pour installer wallabag, vous devez exécuter ces commandes :
56 49
57:: 50::
58 51
59 git clone https://github.com/wallabag/wallabag.git 52 git clone https://github.com/wallabag/wallabag.git
60 cd wallabag 53 cd wallabag
61 git checkout 2.1 54 git checkout 2.1.0
62 ./install.sh 55 ./install.sh
63 56
64Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter : 57Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter :