aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-07-20 10:44:46 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-07-20 10:51:37 +0200
commit8d8d48a2bbdb5db61a210e123d99515ca4a9f52a (patch)
tree9168c70fb714f99fb7db22745c7eecc1012296b9 /README.md
parent0dc09439efeb01e8c56d3417922aa8fccce01ead (diff)
downloadwallabag-8d8d48a2bbdb5db61a210e123d99515ca4a9f52a.tar.gz
wallabag-8d8d48a2bbdb5db61a210e123d99515ca4a9f52a.tar.zst
wallabag-8d8d48a2bbdb5db61a210e123d99515ca4a9f52a.zip
Remove binary from repo
Since Composer 1.2, binaries are re-installed from vendors if there aren't found. This avoid us to commit binaries vendors into the repo. :warning: You have to update your Composer to the 1.2 (`composer selfupdate`)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a7b54bf..0d87d7bb 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ More informations on our website: [wallabag.org](https://wallabag.org)
10 10
11# Install wallabag 11# Install wallabag
12 12
13If 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/) or be sure to use Composer 1.2 (`composer selfupdate` can help you about that).
14Then you can install wallabag by executing the following commands: 14Then you can install wallabag by executing the following commands:
15 15
16``` 16```