From 1c83c043d1e142361f835e6971c0b2785113ed09 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 7 Dec 2021 23:00:25 +0200 Subject: [PATCH] README.md: update for CSV schema --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d3354db0..572e4072 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ pip install -r requirements.txt Then run the utility scripts to parse the schema: ```console -$ ./util/generate-hugo-content.py -i ./idss_schema_fields_new2.xlsx --clean -d +$ ./util/generate-hugo-content.py -i ./data/schema-fields.csv --clean -d ``` ## Node.js Setup @@ -39,7 +39,6 @@ $ npm run build ## TODO - Update links to final version (from alanorth to iseal GitHub) -- Convert schema Excel to CSV and commit to repository - Extract controlled vocabularies and schema.csv to data directory, remove openpyxl dependency - Add more information and instructions to README.md