We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389208e commit 4702936Copy full SHA for 4702936
README.md
@@ -41,8 +41,20 @@ This project is created with:
41
42
## How to install
43
44
-> ⚠️ Todo
45
-> download the binary
+```bash
+# 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
+```
58
59
## Usage
60
0 commit comments