소스 검색

Mise à jour du README

François Drouhard 5 년 전
부모
커밋
7b1720d1d8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -70,6 +70,9 @@ Mise à jour
 ```
 $ cd /path_to/symfony-4-2/
 $ git pull
+$ yarn install
+$ composer install
+$ yarn encore production
 $ php bin/console doctrine:migrations:migrate
 $ php bin/console cache:clear --env=prod
 ```