We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43656af commit 77b4356Copy full SHA for 77b4356
README.md
@@ -29,7 +29,14 @@ A consolidated cli consisting of all Pact command line tools
29
| OpenBSD | x86_64 | ✅ |
30
| OpenBSD | arm64 | ✅ |
31
32
-### Install Scripts
+### Install
33
+
34
+Aliased 1-liner to the install scripts
35
36
+* *nix users (including Windows users running WSL/msys2/mingw):
37
+ * `curl -fsSL https://lin.get-pact.saf.dev | sh`
38
+* Powershell (windows): `
39
+ * `iwr -useb https://win.get-pact.saf.dev | iex`
40
41
Unix systems
42
0 commit comments