From 5bce6e9feced2a1775f180abb963f17ece675c6d Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sat, 13 Jul 2024 07:56:58 +0300 Subject: [PATCH] Update poc-demo.md --- website/pages/poc-demo.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/pages/poc-demo.md b/website/pages/poc-demo.md index bee1b91..b4478b6 100644 --- a/website/pages/poc-demo.md +++ b/website/pages/poc-demo.md @@ -34,12 +34,14 @@ We'll exemplify for 2 paths, from `path1` to `path2` but it works with multiple # Using CLI -You can take the binaries for Linux from [here](https://github.com/radumarias/syncoxiders/actions/runs/9868594722). +You can find the binaries [here](https://github.com/radumarias/syncoxiders/actions/workflows/ci.yml). Select the last run and at the bottom you should have binaries for multiple OSs. + ```bash file syncoxiders syncoxiders: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=fb37cbf4c9c42a2a42edd3bb6b880f0292670839, for GNU/Linux 3.2.0, not stripped -``` -For other targets you could clone the repo and build it. +``` + +For other targets you could clone the repo and build it, see below how. You can run `syncoxiders -h` to see all args. The basic usage is like this: @@ -129,4 +131,4 @@ target/release/syncoxiders --repo # Work in progress - merge changes trees between `path1` and `path2` and resolve conflicts -- apply changes to both `path1` and `path2` +- apply changes to both `path1` and `path2`, Two-way sync