Update README with php extension dependencies

This commit is contained in:
Jansen Price 2020-10-03 23:51:56 -05:00
parent a33fc84627
commit 3ec4797183
1 changed files with 11 additions and 1 deletions

View File

@ -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