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).
This commit is contained in:
Hocuri
2020-04-27 19:18:19 +02:00
committed by GitHub
parent 2943624439
commit b70e92effb

View File

@@ -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):