diff --git a/readme.md b/readme.md index c20b660..671030f 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ `webkaos` is a web-server based on latest version of [Nginx](http://nginx.org). -### Feature list +## Feature list * Improved default SSL preferencies (A+ by default on [SSL Labs](https://www.ssllabs.com/ssltest/)) * Improved SSL/TLS performance @@ -15,23 +15,23 @@ * Improved design of index pages * Performance tuning for highload -### Installation +## Installation -###### From ESSENTIAL KAOS Public repo for RHEL6/CentOS6 +#### From ESSENTIAL KAOS Public repo for RHEL6/CentOS6 ```` yum install -y https://yum.kaos.io/6/release/i386/kaos-repo-7.0-0.el6.noarch.rpm yum install webkaos ```` -###### From ESSENTIAL KAOS Public repo for RHEL7/CentOS7 +#### From ESSENTIAL KAOS Public repo for RHEL7/CentOS7 ```` yum install -y https://yum.kaos.io/7/release/x86_64/kaos-repo-7.0-0.el7.noarch.rpm yum install webkaos ```` -###### Using [rpmbuilder](https://github.com/essentialkaos/rpmbuilder) +#### Using [rpmbuilder](https://github.com/essentialkaos/rpmbuilder) ```` ... install and configure rpmbuilder there @@ -41,6 +41,6 @@ rpmbuilder webkaos.spec -dl SOURCES/ rpmbuilder webkaos.spec -1 -V -di ```` -### License +## License BSD 2-clause