Commit 90c6c18a authored by Willi Rath's avatar Willi Rath
Browse files

Mention wrapper in README

parent 76c7f0b8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2,3 +2,13 @@

This holds meta data meant to be rendered with the
[data_repo_renderer](https://git.geomar.de/data/tools/data_repo_renderer/).

To re-render all projects included here, make sure to have the
[data_repo_renderer](https://git.geomar.de/data/tools/data_repo_renderer/)
installed and run:

```bash
# be careful:  This will use the `meta.yaml`s included here and adapt the target
# projects! 
./re-render-all.sh
```