README.md: add FSC schema

This commit is contained in:
Alan Orth 2021-12-21 20:33:24 +02:00
parent 81b6922875
commit 71e8234d46
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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