From 2f91bfe3c8ab7238e1ab3957dcc56f827c75ad3a Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Mon, 18 Mar 2024 14:20:02 +0000
Subject: [PATCH] Real life test of the README

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0e7b72a7d0..f7dcbf12b5 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,9 @@ Backend for Historical Manuscripts Indexing
 * Python 3.10+
 * pip
 * [virtualenvwrapper](https://virtualenvwrapper.readthedocs.io/en/latest/)
-* Docker 24+
+* [Docker 24+](https://docs.docker.com/engine/install/#supported-platforms)
 * [mkcert](https://github.com/FiloSottile/mkcert?tab=readme-ov-file#installation)
+* [GeoDjango system dependencies](https://docs.djangoproject.com/en/3.1/ref/contrib/gis/install/geolibs/): `sudo apt install binutils libproj-dev gdal-bin`
 
 ## Setup for developers
 
-- 
GitLab