aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1d90a748..e99c1e6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ php:
7 7
8branches: 8branches:
9 only: 9 only:
10 - refactor 10 - v2
11 11
12before_script: 12before_script:
13 - composer self-update 13 - composer self-update
diff --git a/README.md b/README.md
index 13e730c9..1e33940a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ More informations on our website: [wallabag.org](http://wallabag.org)
9Keep in mind it's an **instable** branch, everything can be broken :) 9Keep in mind it's an **instable** branch, everything can be broken :)
10 10
11``` 11```
12git clone https://github.com/wallabag/wallabag.git -b refactor 12git clone https://github.com/wallabag/wallabag.git -b v2
13cd wallabag 13cd wallabag
14composer install 14composer install
15php app/console wallabag:install 15php app/console wallabag:install