From 362c7f87797951ef8923faf30b3fd9653e08e7a6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 12:58:52 +0300 Subject: [PATCH] README-dev.md: update introduction --- README-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-dev.md b/README-dev.md index e1eec2df..08d4953c 100644 --- a/README-dev.md +++ b/README-dev.md @@ -8,7 +8,7 @@ The ISEAL Core Metadata Set is maintained primarily in CSV format. This decision - The ISEAL Core Metadata Set, which lives in `data/iseal-core.csv` - The FSC® extension, which lives in `data/fsc.csv` -From the CSV we use a series of Python scripts to create the RDF ([TTL](https://en.wikipedia.org/wiki/Turtle_(syntax))) representations of the schema as well as the HTML documentation site. All of this is automated using GitHub Actions (see `.github/workflows`) whenever there is a new commit in the repository. +From the CSV we use a series of Python scripts to create the RDF ([TTL](https://en.wikipedia.org/wiki/Turtle_(syntax))) representations of the schema as well as the HTML documentation site. All of this is automated using GitHub Actions (see `.github/workflows`) whenever there is a new commit in the repository. Everything should Just Work so you should only need to follow the documentation here if you want to work on the workflow locally or make larger changes. In that case, continue reading... ## General Requirements