diff --git a/README.md b/README.md index 7df98f4..2ce75ed 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,7 @@ To monitor the logs of the running bidder service: ```bash docker-compose logs -f mev-commit-bidder -``` \ No newline at end of file +``` + +## Run standalone script +The script can be run without the docker by simply executing `./entrypoint.sh`. The CLI is interactive so that it will prompt you for a private key if one isn't found in the .env file. \ No newline at end of file