From 56f0150e2a57ac0f637bf51e0e034d7e49aed1dd Mon Sep 17 00:00:00 2001 From: Pascal MARTIN Date: Fri, 30 Sep 2016 12:29:22 +0200 Subject: Fix doc: 'bin/console' instead of 'app/console' --- docs/en/developer/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/en/developer/docker.rst') diff --git a/docs/en/developer/docker.rst b/docs/en/developer/docker.rst index 8816cbcf..5e4f2ce6 100644 --- a/docs/en/developer/docker.rst +++ b/docs/en/developer/docker.rst @@ -40,7 +40,7 @@ Run wallabag #. Edit ``app/config/parameters.yml`` to replace ``database_*`` properties with commented ones (with values prefixed by ``env.``) #. ``composer install`` the project dependencies -#. ``php app/console wallabag:install`` to create the schema +#. ``php bin/console wallabag:install`` to create the schema #. ``docker-compose up`` to run the containers #. Finally, browse to http://localhost:8080/ to find your freshly installed wallabag. -- cgit v1.2.3