]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/user/installation.rst
Finally back to composer create-project but with --keep-vcs option
[github/wallabag/wallabag.git] / docs / en / user / installation.rst
index 385d6595b9ddcb1b8d38557a6652367e0a31a0e3..88647333133e45ee8c39c7f643bc182c2862121f 100644 (file)
@@ -48,7 +48,7 @@ To install wallabag itself, you must run these two commands:
 
 ::
 
-    SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.0-beta.1" --no-dev
+    SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.0-beta.2" --no-dev --keep-vcs
     php bin/console wallabag:install --env=prod
 
 To start php's build-in server and test if everything did install correctly, you can do: