aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-06-24 06:36:16 +0300
committerFrederick Muriuki Muriithi2023-06-24 06:36:16 +0300
commitce06a0515957e15f49be2f9187440576a02689c2 (patch)
tree6a32022564eabfec8a5a209e828866a4ee8b590d /README.md
parent090342ffb2e1a702c7398c60c87a447734df384f (diff)
downloadgn-transform-databases-ce06a0515957e15f49be2f9187440576a02689c2.tar.gz
Fix documentation errors that were leading to confusion
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0de0eed..feca941 100644
--- a/README.md
+++ b/README.md
@@ -24,12 +24,10 @@ $ make
or for a container
```shell
-guix shell -C --network --share=/run/mysqld/
-make
-export GUILE_LOAD_PATH=.:$GUILE_LOAD_PATH
mkdir test
-echo "Dumping databases..."
-guile ./dump.scm conn.scm test/
+guix shell -C --network --share=/run/mysqld/ --manifest=manifest.scm
+export GUILE_LOAD_PATH=.:$GUILE_LOAD_PATH
+guile json-dump.scm conn.scm test/
```