diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-12 10:21:22 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-12 10:21:22 +0100 |
commit | 43e4a806bd6714a2b90135e6f5132bc6d11d5194 (patch) | |
tree | 3531ea8ac1819a917eecddaa7c41db9012a5c6dc | |
parent | 7a97c7d06fa96a4f2d8bb17817dc15b091698e80 (diff) | |
download | wallabag-43e4a806bd6714a2b90135e6f5132bc6d11d5194.tar.gz wallabag-43e4a806bd6714a2b90135e6f5132bc6d11d5194.tar.zst wallabag-43e4a806bd6714a2b90135e6f5132bc6d11d5194.zip |
Add missing @ in version number
[UnexpectedValueException]
Could not parse version constraint 2.0.*alpha: Invalid version string "2.0.*alpha"
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Keep in mind it's an **unstable** branch, everything can be broken :) | |||
14 | If you don't have it yet, please [install composer](https://getcomposer.org/download/). Then you can install wallabag by executing the following commands: | 14 | If you don't have it yet, please [install composer](https://getcomposer.org/download/). Then you can install wallabag by executing the following commands: |
15 | 15 | ||
16 | ``` | 16 | ``` |
17 | SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*alpha" --no-dev | 17 | SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*@alpha" --no-dev |
18 | php bin/console wallabag:install --env=prod | 18 | php bin/console wallabag:install --env=prod |
19 | php bin/console server:run --env=prod | 19 | php bin/console server:run --env=prod |
20 | ``` | 20 | ``` |