From eae3c1e7b3809b01a0d3456bfb4829ee1b9cde99 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 2 Mar 2021 18:03:02 +0100 Subject: [PATCH] Extension install: wrote too fast --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c10327..d851019 100644 --- a/README.md +++ b/README.md @@ -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 ```