aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-03 10:08:22 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-03 18:56:53 +0200
commiteff75729a119c429e1eb526739fd45ff9aa18885 (patch)
tree30ac1f463fdc7fbca5c894bfc0f7187cc0e9a1fa /README.md
parent2ff626a451cb0a2fd942a25007a8452bf1e0866e (diff)
downloadwallabag-eff75729a119c429e1eb526739fd45ff9aa18885.tar.gz
wallabag-eff75729a119c429e1eb526739fd45ff9aa18885.tar.zst
wallabag-eff75729a119c429e1eb526739fd45ff9aa18885.zip
:rocket: Prepare v2.0.0 :birthday:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index e175b6c3..0e59e40f 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,7 @@ Click, save and read it when you can. It extracts content so that you can read i
8 8
9More informations on our website: [wallabag.org](https://wallabag.org) 9More informations on our website: [wallabag.org](https://wallabag.org)
10 10
11# Want to test the v2? 11# Install wallabag
12Keep in mind it's an **unstable** branch, everything can be broken :)
13 12
14If you don't have it yet, please [install composer](https://getcomposer.org/download/). 13If you don't have it yet, please [install composer](https://getcomposer.org/download/).
15Then you can install wallabag by executing the following commands: 14Then 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