diff --git a/website/pages/poc-demo.md b/website/pages/poc-demo.md index b1544c3..0140e53 100644 --- a/website/pages/poc-demo.md +++ b/website/pages/poc-demo.md @@ -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 --path2 --repo +syncoxiders --repo ``` - `inputs`: a lists of paths that will be synced. Let's call them `Endpoints` @@ -120,7 +120,7 @@ cargo build --release ### Run it ```bash -target/release/syncoxiders --path1 --path2 --repo +target/release/syncoxiders --repo ``` # Work in progress