From 52a53335fb0a73f4217d180b5dd7d114d9981574 Mon Sep 17 00:00:00 2001 From: missytake Date: Sun, 14 Jul 2024 02:28:21 +0200 Subject: [PATCH] fix typical error in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1bf6f..cd9c10e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ This is a small CLI tool to open a DeltaChat directory and export it in the format which can be imported by any Delta Chat client. +**NOTE:** if you encounter the error +`Fatal error: failed to load accounts config: channel closed`, +make sure the accounts directory you specified +isn't used by a running Delta Chat client or bot +right now. + ## Setup ``` @@ -26,6 +32,6 @@ options: --passphrase PASSPHRASE passphrase to encrypt the backup file. environment variable: DC_BACKUP_PASSPHRASE -v, --verbose print logs -$ poetry run backup-dc-from-db-cli --account user@example.org --output ~/Desktop/backup.tar +$ poetry run backup-dc-from-db-cli --account user@example.org --output ~/Desktop ```