From c5f3472da76c3fe27a7e4f1dbaf0b68cd0ebb7ab Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 11 Aug 2015 00:08:28 +0530 Subject: [PATCH] Update README.md As far as I understand Memcached is not necessary anymore. Added links to the dependencies, maybe OSX Setup should be explained in more detail with Homebrew for Python and MariaDB. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43e841f5..106f13b4 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,10 @@ Manual Install Install pre-requisites, -* Python 2.7 -* MariaDB -* Redis +* [Python 2.7](https://www.python.org/download/releases/2.7/) +* [MariaDB](https://mariadb.org/) +* [Redis](http://redis.io/topics/quickstart) * [wkhtmltopdf](http://wkhtmltopdf.org/downloads.html) (optional, required for pdf generation) -* Memcached For installing MaraiDB on OSX, use: ```