From 0a0174ad3f9427d88c531c455ab3bbae93425c7e Mon Sep 17 00:00:00 2001 From: Strengthless <40143583+Strengthless@users.noreply.github.com> Date: Sat, 7 May 2022 02:57:58 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index abed3df..737f33a 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ pip install git+https://github.com/carderne/signal-export.git ``` ## Usage +Please fully exit your Signal app before proceeding, otherwise you will likely encounter an `I/O disk` error, due to the message database being made read-only, as it was being accessed by the app. + The below refer to running the script normally. If you installed using Docker, then this will give you an overview of the command-line options you can use. Just note that with the Docker method, you can't specify the `output` and `--source` directories as command-line options, as they are handled by the `docker_entry.sh` script.