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 committed by GitHub
parent c7398fb4b8
commit eae3c1e7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
```