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

Update README.md

This commit is contained in:
Stylix58 2021-03-02 09:16:49 +01:00 committed by GitHub
parent 229f704ded
commit e9bf18d82a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,13 +42,14 @@ Note that all third-party extensions are removed upon upgrading.
## Adding extensions after installation
You need before to install [Composer](https://getcomposer.org/download/).
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
app=flarum
cd /var/www/$app
sudo -u $app php7.3 composer.phar require vendor/extension
sudo php composer.phar require -n vendor/extension
```
## Troubleshooting