diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-07-20 10:44:46 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-07-20 10:51:37 +0200 |
commit | 8d8d48a2bbdb5db61a210e123d99515ca4a9f52a (patch) | |
tree | 9168c70fb714f99fb7db22745c7eecc1012296b9 /docs/en/user | |
parent | 0dc09439efeb01e8c56d3417922aa8fccce01ead (diff) | |
download | wallabag-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 'docs/en/user')
-rw-r--r-- | docs/en/user/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 58d9fb7e..bd3095e0 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -37,7 +37,7 @@ Installation | |||
37 | On a dedicated web server (recommended way) | 37 | On a dedicated web server (recommended way) |
38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
39 | 39 | ||
40 | wallabag uses a large number of libraries in order to function. These libraries must be installed with a tool called Composer. You need to install it if you have not already done so. | 40 | wallabag uses a large number of libraries in order to function. These libraries must be installed with a tool called Composer. You need to install it if you have not already done so and be sure to use the 1.2 version (if you already have Composer, run a ``composer selfupdate``). |
41 | 41 | ||
42 | Install Composer: | 42 | Install Composer: |
43 | 43 | ||