mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Fix PHP version in DISCLAIMER
This commit is contained in:
parent
5677e8e39a
commit
768cc3b223
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Replace `vendor/extension` with the appropriate names. Read the extension docume
|
|||
sudo su
|
||||
app=flarum
|
||||
cd /var/www/$app
|
||||
sudo -u $app php7.3 composer.phar require vendor/extension
|
||||
sudo -u $app php7.4 composer.phar require vendor/extension
|
||||
```
|
||||
|
||||
#### Troubleshooting
|
||||
|
|
Loading…
Add table
Reference in a new issue