aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-10 13:04:56 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-10 13:04:56 +0100
commitc118131317742a4b77031af89d19eba3b5eabd24 (patch)
tree25b0187cf55ff8c0a8ed5f0c16ed70889659d353 /README.md
parent24c16007bbe1b840749809424f01a551d78ab829 (diff)
downloadwallabag-c118131317742a4b77031af89d19eba3b5eabd24.tar.gz
wallabag-c118131317742a4b77031af89d19eba3b5eabd24.tar.zst
wallabag-c118131317742a4b77031af89d19eba3b5eabd24.zip
git clone with prefer-dist option
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