From bd1b1a4fb9430b73a033bb87b7506960cfbc03e4 Mon Sep 17 00:00:00 2001 From: mveril Date: Fri, 13 Nov 2020 14:38:26 +0100 Subject: [PATCH] Update README metarecover is no longer a bash script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 823dda2a..89d02fa7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ All the data are stored in the [data](static/data) directory. ### The tools. -The second part is the [tools](tools/) a series of python and bash scripts used to generate data. +The second part is the [tools](tools/) a series of python scripts used to generate data. #### datafileBuilder @@ -39,7 +39,7 @@ A python script to generate data from custom LaTeX input file see [examples](do #### metarecover -The `metarecover` bash script is used to regenerate the metadata from the previous git history state. +The `metarecover` python script is used to regenerate the metadata from the previous git history state. So you can remove a data file to regenerate it from a LaTeX input file with `datafileBuilder` and recover the metadata from the previous version using `metarecover`. ### ADC25generator