From 1c2b08f14d75fc43ece067106ec7cd1e2e9b56d7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 24 Apr 2019 00:42:15 +0200 Subject: [PATCH] fix user admin for php7.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17bc4fa1..7b5f5358 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ After being first registered, you need to execute the folloing command to promot **Run:** - $ (cd /var/www/pixelfed && php artisan user:admin 1) + $ (cd /var/www/pixelfed && php7.2 artisan user:admin 1) and respond yes to the question ` Add admin privileges to this user?`