aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-12 10:21:22 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-12 10:21:22 +0100
commit43e4a806bd6714a2b90135e6f5132bc6d11d5194 (patch)
tree3531ea8ac1819a917eecddaa7c41db9012a5c6dc /README.md
parent7a97c7d06fa96a4f2d8bb17817dc15b091698e80 (diff)
downloadwallabag-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"
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 39d497d8..b1086885 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Keep in mind it's an **unstable** branch, everything can be broken :)
14If you don't have it yet, please [install composer](https://getcomposer.org/download/). Then you can install wallabag by executing the following commands: 14If 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```
17SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*alpha" --no-dev 17SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*@alpha" --no-dev
18php bin/console wallabag:install --env=prod 18php bin/console wallabag:install --env=prod
19php bin/console server:run --env=prod 19php bin/console server:run --env=prod
20``` 20```