From 4c8effda730b84c2781e829b750be98e830c091c Mon Sep 17 00:00:00 2001
From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr>
Date: Thu, 9 Mar 2023 12:10:19 +0100
Subject: [PATCH] Update README with mirador updating

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

diff --git a/README.md b/README.md
index 0b220b2..b58512c 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,16 @@ docker-compose down
 You **MUST** set at least the `ANNOTOT_SECRET_KEY_BASE` to a random string, the rest is preconfigured for a local development environment.
 The `$HTTP_FOLDER` (`./www` by default) directory will be accessible via HTTP at `http://localhost:$PORT/data` and can be used to store manifests and theirs ressources and see them in Mirador.
 
+### Change version of Mirador or Mirador Annotation plugin
+
+Edit `package.json`.
+Search dependencies 'Mirador' or 'mirador-annotations' and replace with desired git branch.
+Then stop, build and up again (see previous).
+
+Notes :
+- `annotation-on-video` is the most advanced branch for `mirador`
+- `tetras-main` is the most advanced branch for `mirador-annotation` 
+
 ### Production
 
 For production, one **also** need to setup :
-- 
GitLab