diff --git a/Readme.md b/Readme.md
index bd0555d5fc332796932e7aa506ada0c19b91e169..7a6aff81260a5a268157de68258ae67f913eb582 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,5 +1,3 @@
-**This repo should remain private**
-
 ## Setting up your environement
 
 1. Clone this repository
@@ -25,7 +23,9 @@ touch dolibarr/documents/install.lock
 
 ## Databases (For developpement)
 
-There is a `dumps/` directory in this repository holding dumps from dev the instances of Dolibarr we use
+There is a `dumps/` directory in this repository holding a very old dump from a dev instance of Dolibarr 9.x
+
+admin password on this instance is `dev`
 
 [There is a dump](dumps/internal.sql.gz) from a database used for internal developpements. You can import it by running:
 ```bash