Skip to content

Commit

Permalink
update: download link of keploy installation script (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsouravjha committed Oct 14, 2023
1 parent d05d670 commit 13b26b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Keploy can be utilized on Linux natively and through WSL on Windows.
### One touch install Keploy.

```
curl -o https://github.com/keploy/keploy/blob/main/keploy.sh && source keploy.sh
curl -O https://raw.githubusercontent.com/keploy/keploy/main/keploy.sh && source keploy.sh
```

### Capturing Testcases
Expand Down

0 comments on commit 13b26b3

Please sign in to comment.