Add note about yarnpkg package to short install procedure

pull/3844/head
Yannick Warnier 5 years ago committed by GitHub
parent 65ff844213
commit 70c222a354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -30,6 +30,8 @@ yarn install
yarn run encore dev yarn run encore dev
chmod -R 777 . chmod -R 777 .
~~~~ ~~~~
Note: on Ubuntu Groovy, the `yarn` package has been replaced by `yarnpkg`. In this case, replace `yarn` by `yarnpkg` in all commands above.
Then enter the main/install/index.php and follow the UI instructions (database, admin user settings, etc). Then enter the main/install/index.php and follow the UI instructions (database, admin user settings, etc).

Loading…
Cancel
Save