]> 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 97e581e10f4e8a8e6da500ea367ea358f03823d1..88647333133e45ee8c39c7f643bc182c2862121f 100644 (file)
@@ -11,7 +11,7 @@ You'll need the following extensions for wallabag to work. Some of these may alr
 - php-session
 - php-ctype
 - php-dom
-- pĥp-hash
+- php-hash
 - php-simplexml
 - php-json
 - php-gd
@@ -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: