Skip to content

Commit 0c6e3cd

Browse files
author
Kshitiz-Mhto
committed
restructured the installation method
Signed-off-by: Kshitiz-Mhto <[email protected]>
1 parent 029b123 commit 0c6e3cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ A sample Employee-Manager app to test Keploy integration capabilities using [Spr
1010

1111
### **MacOS**
1212

13+
<details>
14+
<summary>MacOS</summary>
15+
1316
```shell
1417
curl --silent --location "https://github.com/keploy/keploy/releases/latest/download/keploy_darwin_all.tar.gz" | tar xz -C /tmp
1518

1619
sudo mv /tmp/keploy /usr/local/bin && keploy
1720
```
1821

22+
</details>
23+
1924
### **Linux**
2025

2126
<details>

0 commit comments

Comments
 (0)