diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-04-03 22:11:17 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-04-03 22:11:17 +0200 |
commit | a119acd15d6cf1c4b216435bcad47b8604e15dad (patch) | |
tree | 7579c3f4a00d0f3d0929358fb56e99ba4f12b142 /README.md | |
parent | 7d997fd9f675b07e667e92b76e09b520f9760208 (diff) | |
parent | 163517da79d027458d5cadaa736962f4b4df8ab2 (diff) | |
download | wallabag-a119acd15d6cf1c4b216435bcad47b8604e15dad.tar.gz wallabag-a119acd15d6cf1c4b216435bcad47b8604e15dad.tar.zst wallabag-a119acd15d6cf1c4b216435bcad47b8604e15dad.zip |
Merge pull request #1835 from wallabag/v2-prepare-v22.0.0
:rocket: Prepare v2.0.0 :birthday:
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 |