Update README with php extension dependencies
This commit is contained in:
parent
a33fc84627
commit
3ec4797183
1 changed files with 11 additions and 1 deletions
12
README.md
12
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue