From 115e586ed0982870c3ad8736ce9336f8c531e283 Mon Sep 17 00:00:00 2001
From: matograine <matograine@zaclys.net>
Date: Fri, 29 Apr 2022 22:09:30 +0200
Subject: [PATCH] add instructions to fetch images

---
 README.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/README.md b/README.md
index f812534..80a3648 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,20 @@ On peut lui passer de zéro à deux arguments :
 - `url_orientation` peut être "horizontal", "vertical" ou "none". La valeur par défaut est "horizontal". Il définit l'orientation de l'URL sur les ViGnettes.
 - `default_lang` va automatiquement créer une page par défaut dans la langue indiquée. Il doit correspondre à une des langues présentes dans i18n.
 
+### Images
+
+Les images d'exemples ne sont pas inclues dans l'historique git pour ne pas surcharger les dépôts.
+Vous pouvez les récupérer :
+```
+# A la racine du dépôt
+
+wget g1cotis.fr/vignette/img_vignette.zip
+unzip img_vignette.zip
+cp -r img_vignette/* i18n/
+```
+
+Lancez le build ensuite.
+
 ## Traduction
 
 Les fichiers de traduction doivent se trouver dans `i18n` suivant ce schéma:
@@ -70,6 +84,18 @@ It takes zero to two arguments:
 - `url_orientation` can be "horizontal", "vertical" or "none". Default is "horizontal". It rules the orientation of URL on vignettes.
 - `default_lang` will automatically create a homepage in given language. It must match one lang existing in i18n.
 
+### Images
+
+Example images are not part of the Git history to avoid overloading repos.
+You can fetch them:
+```
+# At the repo root
+
+wget g1cotis.fr/vignette/img_vignette.zip
+unzip img_vignette.zip
+cp -rf img_vignette/* i18n/
+```
+Launch the build script afterwards.
 
 ## Translation
 
-- 
GitLab