From 9222f6645f9e7c88a05936c0bf9be5c35f32b7bb Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Wed, 25 Oct 2017 17:19:31 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 168705c5..d4dc1375 100644 --- a/README.md +++ b/README.md @@ -27,20 +27,30 @@ Requirements You just need a web server with PHP support. +PHP v5.3 or higher. +PHP mbstring module for full UTF-8 support. +PHP gd module for image processing. +PHP dom module for DOM manipulation. +PHP json module for JSON manipulation. +Supported web servers: +Bludit supports almost every webserver +PHP Built-in web server + - PHP v5.3 or higher. - PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support. - PHP [gd](http://php.net/manual/en/book.image.php) module for image processing. - PHP [dom](http://php.net/manual/en/book.dom.php) module for DOM manipulation. - PHP [json](http://php.net/manual/en/book.json.php) module for JSON manipulation. -- Webserver with PHP support - * PHP Built-in web server +- Supported web servers: + * Bludit supports almost every webserver + * PHP Built-in web server Installation guide ------------------ -1. Download the latest version from https://cdn.bludit.com/builds/bludit_latest.zip -2. Extract the zip file into a directory like `bludit`. -3. Upload the directory `bludit` to your server/hosting. +1. Download the latest version from the official page. [Bludit.com](https://www.bludit.com) +2. Extract the zip file into a directory like bludit. +3. Upload the directory `bludit` to your web server or hosting. 4. Visit your domain https://example.com/bludit/ 5. Follow the Bludit Installer to configure the website.