From 01e15c0dd05bcbf1e0fb172c62dab87e7f2777de Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 6 Jul 2021 17:37:24 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51b3571488..810ddb01c5 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,12 @@ If you have already installed it and just want to update it from Git, do: ~~~~ git pull composer update -php bin/console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json + +# Database update +php bin/console doctrine:schema:update --force -yarn up +# js/css update +yarn install yarn run encore dev ~~~~ This will update the JS (yarn) and PHP (composer) dependencies in the public/build folder.