Skip to content

Commit 6278f96

Browse files
authored
Merge pull request #35 from Kshitiz-Mhto/fixReadme
Restructured the installation method
2 parents 6987d0a + 0c6e3cd commit 6278f96

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
@@ -11,12 +11,17 @@ A sample Employee-Manager app to test Keploy integration capabilities using [Spr
1111

1212
### **MacOS**
1313

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

1720
sudo mkdir -p /usr/local/bin && sudo mv /tmp/keploy /usr/local/bin && keploy
1821
```
1922

23+
</details>
24+
2025
### **Linux**
2126

2227
<details>

0 commit comments

Comments
 (0)