]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/fr/user/installation.rst
Merge pull request #2353 from wallabag/assets-fix
[github/wallabag/wallabag.git] / docs / fr / user / installation.rst
index 3dba25a039ad2fbffdf18dbfcb70ddd5a2bfc6a2..cba8444a778e96c643029e167dbc18b0d5b6be6a 100644 (file)
@@ -53,7 +53,7 @@ Pour installer wallabag, vous devez exécuter ces commandes :
     git clone https://github.com/wallabag/wallabag.git
     cd wallabag
     git checkout 2.1.0
-    ASSETS=build ./install.sh
+    SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
     php bin/console wallabag:install --env=prod
 
 Pour démarrer le serveur interne à php et vérifier que tout s'est installé correctement, vous pouvez exécuter :