From 1df53e7017f4a1236882a7f736b98318409307c4 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Thu, 26 Apr 2018 15:18:59 +0200 Subject: [PATCH] updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9521f25..c235b8d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Passbolt is a free and open source password manager that allows team members to store and share credentials securely. +# Requirements: + +* rng-tools or haveged are required on host machine to speed up entropy generation on containers. +This way gpg key creation on passbolt container will be faster. +* mariadb/mysql >= 5.0 + # Usage Users are encouraged to use [official docker image from the docker hub](https://hub.docker.com/r/passbolt/passbolt/).