Преглед на файлове

Minor: Update yarn upgrade command in README.md

Yannick Warnier преди 6 години
родител
ревизия
495b210ef4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -33,7 +33,7 @@ Then enter the main/install/index.php and follow the UI instructions (database,
 If you have already installed it and just want to update it from Git, do:
 ~~~~
 git pull origin master
-yarn install
+yarn upgrade
 yarn encore dev
 composer update
 ~~~~