From 71e8234d464576335bc013409df7a58fb36eeb50 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 21 Dec 2021 20:33:24 +0200 Subject: [PATCH] README.md: add FSC schema --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index feb002d5..891a556d 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,11 @@ $ source virtualenv/bin/activate $ pip install -r requirements.txt ``` -Then run the utility scripts to parse the schema: +Then run the utility scripts to parse the schemas: ```console $ ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d +$ ./util/generate-hugo-content.py -i data/fsc.csv -d ``` ## Node.js Setup