Skip to content

Commit 4702936

Browse files
Guillaume CAMUSguiyomh
authored andcommitted
docs: update add how to install
Signed-off-by: Guillaume CAMUS <[email protected]>
1 parent 389208e commit 4702936

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,20 @@ This project is created with:
4141

4242
## How to install
4343

44-
> ⚠️ Todo
45-
> download the binary
44+
```bash
45+
# Download the binary
46+
VERSION=0.1.0-alpha.2
47+
curl -L -o /usr/local/bin/pact-graph-network \
48+
https://github.com/ManoManoTech/pact-graph-network/releases/download/v${VERSION}/pact-graph-network_x86_64-darwin
49+
50+
# Make it executable
51+
chmod a+x /usr/local/bin/pact-graph-network
52+
53+
# And run it
54+
pact-graph-network \
55+
--url http://your.pact.broker \
56+
--output ./report
57+
```
4658

4759
## Usage
4860

0 commit comments

Comments
 (0)