mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
Merge pull request #1432 from deltachat/Explain-database-path
Update Readme.md: Explain database path, fix #1431
This commit is contained in:
@@ -17,8 +17,9 @@ curl https://sh.rustup.rs -sSf | sh
|
|||||||
Compile and run Delta Chat Core command line utility, using `cargo`:
|
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):
|
Configure your account (if not already configured):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user