1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Extension install: wrote too fast

This commit is contained in:
tituspijean 2021-03-02 18:03:02 +01:00
parent b8f3f75701
commit f549b27ab0

View file

@ -46,9 +46,9 @@ Replace `flarum` with your app ID in case of multiple installation.
Replace `vendor/extension` with the appropriate names. Read the extension documentation if it requires additional steps.
```bash
sudo su
app=flarum
cd /var/www/$app
sudo su
sudo -u $app php7.3 composer.phar require vendor/extension
```