From 26f7ccd7183f6c3eb753d43c365497426d2fec55 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 30 Jul 2023 04:00:28 -0500 Subject: README: update --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a81cf08..caecddc 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,16 @@ Here's a sample *conn.scm*. ## Dump the database -Then, to dump the database to \~/data/dump, run +Then, to dump the database to \~/data/dump, run inside shell + +```sh +./pre-inst-env ./examples/dump-species-metadata.scm ../conn.scm ~/tmp +``` ``` shell -$ guix shell -m manifest.scm -- ./pre-inst-env ./examples/dump-dataset-metadata.scm conn.scm ~/data/dump-data/ +$ guix shell -m manifest.scm -- ./pre-inst-env ./examples/dump-dataset-metadata.scm ../conn.scm ~/tmp ``` + ## Validate and load dump Then, validate the dumped RDF using `rapper` and load it into -- cgit v1.2.3