Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lichuang authored Oct 5, 2024
1 parent 8bd7401 commit b8550ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ inspired by [Litestream](https://litestream.io/), with the power of [Rust](https
Start a daemon to replicate sqlite:

```shell
replited replicate --config {config file}
replited --config {config file} replicate
```

Restore sqlite from backend:

```shell
replited restore --config {config file} --db {db in config file} --output {output sqlite db file path}
replited --config {config file} restore --db {db in config file} --output {output sqlite db file path}
```

## Config
Expand Down

0 comments on commit b8550ad

Please sign in to comment.