aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index c12a84e3..e175b6c3 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,12 @@ If you don't have it yet, please [install composer](https://getcomposer.org/down
15Then you can install wallabag by executing the following commands: 15Then you can install wallabag by executing the following commands:
16 16
17``` 17```
18SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.0-beta.2" --no-dev --keep-vcs 18 git clone https://github.com/wallabag/wallabag.git
19php bin/console wallabag:install --env=prod 19 cd wallabag
20php bin/console server:run --env=prod 20 git checkout 2.0.0-beta.2
21 SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
22 php bin/console wallabag:install --env=prod
23 php bin/console server:run --env=prod
21``` 24```
22 25
23## License 26## License