We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6987d0a + 0c6e3cd commit 6278f96Copy full SHA for 6278f96
1 file changed
README.md
@@ -11,12 +11,17 @@ A sample Employee-Manager app to test Keploy integration capabilities using [Spr
11
12
### **MacOS**
13
14
+<details>
15
+<summary>MacOS</summary>
16
+
17
```shell
18
curl --silent --location "https://github.com/keploy/keploy/releases/latest/download/keploy_darwin_all.tar.gz" | tar xz -C /tmp
19
20
sudo mkdir -p /usr/local/bin && sudo mv /tmp/keploy /usr/local/bin && keploy
21
```
22
23
+</details>
24
25
### **Linux**
26
27
<details>
0 commit comments