From b70e92effbcebf0a7bc5ef201a3fe89a66daff39 Mon Sep 17 00:00:00 2001 From: Hocuri <18012815+Hocuri@users.noreply.github.com> Date: Mon, 27 Apr 2020 19:18:19 +0200 Subject: [PATCH] Update Readme.md: Explain database path, fix #1431 Also set the database path to ~/deltachat-db so that nothing has to be changed in the command (it can just be copy-pasted). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4613b56..298cc5ee7 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ curl https://sh.rustup.rs -sSf | sh Compile and run Delta Chat Core command line utility, using `cargo`: ``` -cargo run --example repl -- /path/to/db +cargo run --example repl -- ~/deltachat-db ``` +where ~/deltachat-db is the database file. Delta Chat will create it if it does not exist. Configure your account (if not already configured):