Minor - Documentation: Fix quick update

pull/2837/head
Angel Fernando Quiroz Campos 6 years ago committed by GitHub
parent 6f69c227b2
commit 5bc9a31e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -39,11 +39,11 @@ chown -R www-data: public/ var/
If you have already installed it and just want to update it from Git, do:
~~~~
git pull origin master
composer update
php bin/console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json
yarn upgrade
yarn encore dev
composer update
~~~~
This will update the JS (yarn) and PHP (composer) dependencies.

Loading…
Cancel
Save