README: clarify databases
authorng0 <ng0@n0.is>
Sun, 10 Mar 2019 18:37:36 +0000 (18:37 +0000)
committerng0 <ng0@n0.is>
Sun, 10 Mar 2019 18:37:36 +0000 (18:37 +0000)
Signed-off-by: ng0 <ng0@n0.is>
README

diff --git a/README b/README
index 1877f42e70bf59f311a4c14c781024c04f8f2bbd..09ac65f052b04c5fb5eb85ecc8788f4d871cd2b6 100644 (file)
--- a/README
+++ b/README
@@ -53,9 +53,12 @@ These are the direct dependencies for running GNUnet:
 - nss                               (certutil binary, for
                                      gnunet-gns-proxy-setup-ca)
 - libltdl            >= 2.2         (part of GNU libtool)
-- sqlite             >= 3.8         (default database, required)
-- mysql              >= 5.1         (alternative to sqlite)
-- postgres           >= 9.5         (alternative to sqlite)
+- 1 or more databases:
+  - sqlite           >= 3.8         (default database, required)
+  and/or
+  - mysql            >= 5.1         (alternative to sqlite)
+  and/or
+  - postgres         >= 9.5         (alternative to sqlite)
 - Texinfo            >= 5.2         [*1]
 - makeinfo           >= 4.8
 - make[*3]