]> 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 c2c6cc551179e8881c1cd2272932c730e6a3a62c..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.*@alpha" --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:
@@ -107,7 +107,7 @@ After reloading or restarting Apache, you should now be able to access wallabag
 Installing on Nginx
 -------------------
 
-Assuming you install wallabag in the /var/www/wallabag folder, here's the recipe for wallabag :
+Assuming you install wallabag in the /var/www/wallabag folder, here's the recipe for wallabag :
 
 ::