diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-05 09:30:33 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-05 09:30:33 +0100 |
commit | 704ed658a990fee64cf8752beedcfbf30f8a5406 (patch) | |
tree | 698a37bd535d51f3f585ccdb751ccd7d187b9ca3 /README.md | |
parent | 7e48c04089a98ddce02f85815985ec0262abb20c (diff) | |
parent | eb79e1cc102c1d9020335440194c64ed6691e57d (diff) | |
download | wallabag-704ed658a990fee64cf8752beedcfbf30f8a5406.tar.gz wallabag-704ed658a990fee64cf8752beedcfbf30f8a5406.tar.zst wallabag-704ed658a990fee64cf8752beedcfbf30f8a5406.zip |
Merge pull request #1648 from lologhi/patch-1
Fix project version in installation command
Diffstat (limited to 'README.md')
-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 | 18 | php bin/console wallabag:install |
19 | php bin/console server:run | 19 | php bin/console server:run |
20 | ``` | 20 | ``` |