From 381aa01bf824b08b98a3693b7dd2832f6b2f3ea8 Mon Sep 17 00:00:00 2001 From: Sergio Brighenti Date: Sun, 14 Oct 2018 01:27:34 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2c15aa8..65e88cc 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,9 @@ XBackBone is a simple, self-hosted, lightweight PHP backend for the instant shar ## 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): -+ **[release, stable]** Download latest release from GitHub: - [https://github.com/SergiX44/XBackBone/releases/latest](https://github.com/SergiX44/XBackBone/releases/latest) - -+ Setup the config file: - ++ **[release, stable]** Download latest release from GitHub: [Latest Release](https://github.com/SergiX44/XBackBone/releases/latest) ++ Extract the realease zip to your document root. ++ Edit the config file: ```sh cp config.example.php config.php ```