Skip to content

Commit c4fc91e

Browse files
authored
feat: revert for the workflow (keploy#21)
* feat: added missing steps Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com> * fix: removed uncessary lines Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com> * Update README.md --------- Signed-off-by: Animesh <kurosakiichigo.songoku@gmail.com>
1 parent 3ba7e7c commit c4fc91e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flask-mongo/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ sudo service mongod start
2222

2323
Let's get started by setting up the Keploy alias with this command:
2424

25+
2526
```bash
26-
curl -O https://raw.githubusercontent.com/keploy/keploy/main/keploy.sh && source keploy.sh
27+
curl --silent -O -L https://keploy.io/install.sh && source install.sh
2728
```
2829

2930
You should see something like this:

0 commit comments

Comments
 (0)