diff options
Diffstat (limited to 'docs/fr/user')
-rw-r--r-- | docs/fr/user/installation.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 55614d72..b32707f8 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst | |||
@@ -54,14 +54,13 @@ Pour installer wallabag, vous devez exécuter ces commandes : | |||
54 | :: | 54 | :: |
55 | 55 | ||
56 | git clone https://github.com/wallabag/wallabag.git | 56 | git clone https://github.com/wallabag/wallabag.git |
57 | cd wallabag | 57 | cd wallabag && make install |
58 | ./install.sh | ||
59 | 58 | ||
60 | Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter : | 59 | Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter : |
61 | 60 | ||
62 | :: | 61 | :: |
63 | 62 | ||
64 | php bin/console server:run --env=prod | 63 | make run |
65 | 64 | ||
66 | Et accéder wallabag à l'adresse http://lipdevotreserveur:8000 | 65 | Et accéder wallabag à l'adresse http://lipdevotreserveur:8000 |
67 | 66 | ||