Merge pull request #1432 from deltachat/Explain-database-path

Update Readme.md: Explain database path, fix #1431
This commit is contained in:
bjoern
2020-04-27 19:45:55 +02:00
committed by GitHub

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