From e5b17089f2f00fa83f2faf353b37c3dc95439a4a Mon Sep 17 00:00:00 2001 From: Ross Moroney Date: Fri, 17 Jan 2020 10:21:35 +0000 Subject: [PATCH] Change bin/cli to bin/console on readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6f82c9d1..19a5444e9 100755 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ entity: chown -R {user ID}:{web user group} . find . -type d -exec chmod 0755 {} \; find . -type f -exec chmod 0644 {} \; -chmod +x bin/cli +chmod +x bin/console ``` -6. Run `bin/cli orm:schema-tool:update --force` -7. Run `bin/cli app:rebuild` \ No newline at end of file +6. Run `bin/console orm:schema-tool:update --force` +7. Run `bin/console app:rebuild`