From fb149a899edba8edf343867511db0b9b5257a3e4 Mon Sep 17 00:00:00 2001 From: Nikita Loges Date: Wed, 16 May 2018 19:17:41 +0200 Subject: [PATCH] add php prefix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 933ed12..7176e7e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Now run `php bin/composer install --no-dev --optimize-autoloader` and follow ins Update your database structure. ```bash -bin/console doctrine:schema:update --force +php bin/console doctrine:schema:update --force ``` ### 5. User @@ -39,7 +39,7 @@ bin/console doctrine:schema:update --force Create an admin user. ```bash -bin/console fos:user:create --super-admin +php bin/console fos:user:create --super-admin ``` Follow the instructions and your user will be created. @@ -87,7 +87,7 @@ This is your repository of private packages. Login into your terminal and run following commands. ```bash -bin/console devliver:self-update +php bin/console devliver:self-update ``` Follow the instructions.