Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion flask-mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ sudo service mongod start

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


```bash
curl -O https://raw.githubusercontent.com/keploy/keploy/main/keploy.sh && source keploy.sh
curl --silent -O -L https://keploy.io/install.sh && source install.sh
```

You should see something like this:
Expand Down