aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 57deb52..0de0eed 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,18 @@ Build the sources.
$ 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/
+```
+
+
## Set up connection parameters
Describe the database connection parameters in a file *conn.scm* file as