diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -8,8 +8,7 @@ Click, save and read it when you can. It extracts content so that you can read i | |||
8 | 8 | ||
9 | More informations on our website: [wallabag.org](https://wallabag.org) | 9 | More informations on our website: [wallabag.org](https://wallabag.org) |
10 | 10 | ||
11 | # Want to test the v2? | 11 | # Install wallabag |
12 | Keep in mind it's an **unstable** branch, everything can be broken :) | ||
13 | 12 | ||
14 | If you don't have it yet, please [install composer](https://getcomposer.org/download/). | 13 | If you don't have it yet, please [install composer](https://getcomposer.org/download/). |
15 | Then you can install wallabag by executing the following commands: | 14 | Then you can install wallabag by executing the following commands: |
@@ -17,7 +16,7 @@ Then you can install wallabag by executing the following commands: | |||
17 | ``` | 16 | ``` |
18 | git clone https://github.com/wallabag/wallabag.git | 17 | git clone https://github.com/wallabag/wallabag.git |
19 | cd wallabag | 18 | cd wallabag |
20 | git checkout 2.0.0-beta.2 | 19 | git checkout 2.0.0 |
21 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | 20 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist |
22 | php bin/console wallabag:install --env=prod | 21 | php bin/console wallabag:install --env=prod |
23 | php bin/console server:run --env=prod | 22 | php bin/console server:run --env=prod |