diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 37de4ccafc9529243c5144286bf4633631ce607e..df3fba04c270550f76966cb08da05a7a75272e48 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -181,3 +181,12 @@ The `--extra-index-url` is used to retrieve dependencies packages from the offic
 - PyPI distribution
   - test
   - stable
+
+### Äž1 monetary license update
+To modify the Ğ1 monetary license files, please change them on [its repository](https://git.duniter.org/documents/g1_monetary_license), since it’s integrated in silkaj repository as a `git subtree`.
+
+To pull changes from upstream with `git subtree`, add the repository as a remote then pull:
+```bash
+git remote add g1_monetary_license https://git.duniter.org/documents/g1_monetary_license.git
+git subtree pull --prefix g1_monetary_license g1_monetary_license master
+```