Browse Source

Minor - Documentation: Fix quick update

Angel Fernando Quiroz Campos 6 years ago
parent
commit
5bc9a31e95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
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.