Skip to content

Commit

Permalink
Update poc-demo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jul 10, 2024
1 parent 91b14b4 commit 6e8d567
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/pages/poc-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@

# Using CLI

You can take the binary from here for target [x86_64-unknown-linux-gnu](https://drive.google.com/file/d/1UnWR5rnPfOW3OBLu21xJySPDVHkEbb-v/view?usp=sharing).
You can take the binaries for Linux from [here](https://github.com/radumarias/syncoxiders/actions/runs/9867484234).
```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.

You can run `syncoxiders -h` to see all args. The basic usage is like this:
Expand Down

0 comments on commit 6e8d567

Please sign in to comment.