瀏覽代碼

Minor - Documentation: Fix quick update

Angel Fernando Quiroz Campos 6 年之前
父節點
當前提交
5bc9a31e95
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.