From bf53719fca80a998e3acb9f00073ba40f88d44c3 Mon Sep 17 00:00:00 2001 From: dignajar Date: Wed, 18 Nov 2015 22:21:22 -0300 Subject: [PATCH] Minor changes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e95096b..8b1d8263 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Social - [Twitter](https://twitter.com/bludit) - [Facebook](https://www.facebook.com/bluditcms) - [Google+](https://plus.google.com/+Bluditcms) +- [Freenode IRC](https://webchat.freenode.net) channel #bludit [![Join the chat at https://gitter.im/dignajar/bludit](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dignajar/bludit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -30,6 +31,7 @@ You only need a web server with PHP support. * Apache with [mod_rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html) module. * Lighttpd with [mod_rewrite](http://redmine.lighttpd.net/projects/1/wiki/docs_modrewrite) module. * Nginx with [ngx_http_rewrite_module](http://nginx.org/en/docs/http/ngx_http_rewrite_module.html) module. + * PHP Built-in web server Installation guide ------------------