1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Prepare wallabag for first beta 🚀

This commit is contained in:
Nicolas Lœuillet 2016-02-29 21:34:36 +01:00
parent 8808b79230
commit 6e3d65ccb0
5 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ Keep in mind it's an **unstable** branch, everything can be broken :)
If you don't have it yet, please [install composer](https://getcomposer.org/download/). Then you can install wallabag by executing the following commands:
```
SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.*@alpha" --no-dev
SYMFONY_ENV=prod composer create-project wallabag/wallabag wallabag "2.0.0-beta.1" --no-dev
php bin/console wallabag:install --env=prod
php bin/console server:run --env=prod
```