aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8c94ccd..06dc82d 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,14 @@ $ make
or for a container
```shell
-mkdir test
+mkdir ./tmp
guix shell -C --network --share=/run/mysqld/ --manifest=manifest.scm
export GUILE_LOAD_PATH=.:$GUILE_LOAD_PATH
-guile json-dump.scm conn.scm test/
+guile json-dump.scm etc/sample.json tmp/
```
+That reads the `etc/sample.json` file included in this repository and converts it to an RDF representation that is stored in a file `./tmp/sampledata.ttl`.
+
## Set up connection parameters