README-dev.md: update create-rdf.py instructions

I wrote this documentation before Marie Angelique had finalized the
script.
This commit is contained in:
Alan Orth 2022-04-16 18:16:18 +03:00
parent 61ca7f2645
commit 3119932f03
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 1 deletions

View File

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