Update README.md

This commit is contained in:
Sergio Brighenti 2018-10-14 01:29:24 +02:00 committed by GitHub
parent c8d2238935
commit 4b53033f82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ XBackBone is a simple, self-hosted, lightweight PHP backend for the instant shar
+ Auto config generator for ShareX.
## How to Install
XBackBone require PHP >= `7.1`, the composer package manager, writable storage path and PDO, with installed the needed extensions (ex. `php-sqlite3` for SQLite):
XBackBone require PHP >= `7.1`, the composer package manager, writable storage path and PDO, with installed the required extensions (ex. `php-sqlite3` for SQLite, `php-gd` and `php-json`):
+ **[release, stable]** Download latest release from GitHub: [Latest Release](https://github.com/SergiX44/XBackBone/releases/latest)
+ Extract the release zip to your document root.