aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 246e6d6..c8efad2 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,12 @@ guile -s examples/phenotype.scm \
which does the same thing, but has the potential to be confusing due to the two `-s` options: the first `-s` option is to guile while the second is to the script itself.
+There's an extra script that loops through all the scheme files in examples and runs them. To run it:
+
+```sh
+./generate-ttl-files.scm -s conn.scm -o <ttl-output-directory> -d <docs-output-directory>
+```
+
## Validate and load dump
Then, validate the dumped RDF using `rapper`: