aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-05 09:30:33 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-05 09:30:33 +0100
commit704ed658a990fee64cf8752beedcfbf30f8a5406 (patch)
tree698a37bd535d51f3f585ccdb751ccd7d187b9ca3
parent7e48c04089a98ddce02f85815985ec0262abb20c (diff)
parenteb79e1cc102c1d9020335440194c64ed6691e57d (diff)
downloadwallabag-704ed658a990fee64cf8752beedcfbf30f8a5406.tar.gz
wallabag-704ed658a990fee64cf8752beedcfbf30f8a5406.tar.zst
wallabag-704ed658a990fee64cf8752beedcfbf30f8a5406.zip
Merge pull request #1648 from lologhi/patch-1
Fix project version in installation command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 80a8c9c4..07b4cb78 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 18php bin/console wallabag:install
19php bin/console server:run 19php bin/console server:run
20``` 20```