From 3119932f030451226d155f95998d0a7ede64aa3a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 16 Apr 2022 18:16:18 +0300 Subject: [PATCH] README-dev.md: update create-rdf.py instructions I wrote this documentation before Marie Angelique had finalized the script. --- README-dev.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README-dev.md b/README-dev.md index 76d9d348..a21946e4 100644 --- a/README-dev.md +++ b/README-dev.md @@ -34,7 +34,8 @@ If you have made modifications to the CSV schemas—adding elements, changing de ```console $ python ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d $ python ./util/generate-hugo-content.py -i ./data/fsc.csv -d -$ python ./util/create-rdf.py +$ python ./util/create-rdf.py -i ./data/iseal-core.csv -ns https://iseal-community.github.io/iseal-core# +$ python ./util/create-rdf.py -i ./data/fsc.csv -ns https://iseal-community.github.io/iseal-core/fsc# ``` Assuming these scripts ran without crashing, you can check your `git status` to see if anything was updated and then proceed to regenerating the documentation site HTML.