From 22a219367914425f8de39c93c442c81c06de95cd Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 24 Mar 2023 04:47:04 -0500 Subject: Instructions for running in a container and added dependencies --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3