Skip to content

Commit

Permalink
Update poc-demo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 10, 2024
1 parent 1a94b23 commit ec7c869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/poc-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For other targets you could clone the repo and build it.
You can run `syncoxiders -h` to see all args. The basic usage is like this:

```bash
syncoxiders --path1 <PATH1> --path2 <PATH2> --repo <REPO>
syncoxiders --repo <REPO> <PATH1> <PATH2>
```

- `inputs`: a lists of paths that will be synced. Let's call them `Endpoints`
Expand Down Expand Up @@ -120,7 +120,7 @@ cargo build --release
### Run it

```bash
target/release/syncoxiders --path1 <PATH1> --path2 <PATH2> --repo <REPO>
target/release/syncoxiders --repo <REPO> <PATH1> <PATH2>
```

# Work in progress
Expand Down

0 comments on commit ec7c869

Please sign in to comment.