From 8f529fb659627a8172007348cc3d9978aae570fa Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 20 Feb 2022 09:46:37 +0000 Subject: [PATCH] PHP INTL required for currency (numfmt_create undefined errors) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aeb0ac9..0c2bb67f 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ ITFlow is self-hosted. There is a full installation guide in the [docs](https:// ``` * PHP ```sh - sudo apt install php libapache2-mod-php + sudo apt install php libapache2-mod-php php-intl ``` * MariaDB ```sh