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:
parent
229f704ded
commit
e9bf18d82a
1 changed files with 2 additions and 1 deletions
|
@ -42,13 +42,14 @@ Note that all third-party extensions are removed upon upgrading.
|
||||||
|
|
||||||
## Adding extensions after installation
|
## 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 `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.
|
Replace `vendor/extension` with the appropriate names. Read the extension documentation if it requires additional steps.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
app=flarum
|
app=flarum
|
||||||
cd /var/www/$app
|
cd /var/www/$app
|
||||||
sudo -u $app php7.3 composer.phar require vendor/extension
|
sudo php composer.phar require -n vendor/extension
|
||||||
```
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
Loading…
Add table
Reference in a new issue