From 3ec4797183ea703ea4e2ac03ac2377c87e0eb07a Mon Sep 17 00:00:00 2001 From: Jansen Price Date: Sat, 3 Oct 2020 23:51:56 -0500 Subject: [PATCH] Update README with php extension dependencies --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30f503f..4e33a61 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,17 @@ Server for gemini protocol written in PHP ## Dependencies - PHP 7.x or higher -- composer (getcomposer.org) +- composer (see getcomposer.org for download/install instructions) + +For dev dependencies: +- php-xml +- php-mbstring + +You can install PHP + required dev extensions on debian-based linux with + +``` +sudo apt install php-cli php-xml php-mbstring +``` ## Installation