From e68b38139e088fe47e45bda1b800e895f521ce99 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 8 May 2013 10:56:42 +0200 Subject: [PATCH] readme update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fd4520a0..6db7fa91 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ Hosting an application on OpenShift is free. Deployment on your own server ----------------------------- -For storage, you can either use an embedded HSQLDB database or an external MySQL database. -Support for other databases is coming soon. +For storage, you can either use an embedded HSQLDB database or an external MySQL or PostgreSQL database. You also need maven (and a Java JDK) installed in order to build the application. To install maven and openjdk on Ubuntu, issue the following commands