From c09824ce241ed2da72b332bbe96517969833f58f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 24 Dec 2021 16:46:26 +0530 Subject: README: Execute dump.scm directly without invoking guile. * README.org (Using): Execute dump.scm directly without explicitly invoking guile. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index a86c72a..75b0e21 100644 --- a/README.org +++ b/README.org @@ -25,7 +25,7 @@ brackets with the appropriate values. Then, to dump the database, run #+BEGIN_SRC shell - $ ./pre-inst-env guile dump.scm + $ ./pre-inst-env ./dump.scm #+END_SRC The database will be dumped to ~/data/dump/. Make sure there is enough -- cgit v1.2.3