From 56d0570cb0456779cbc7408d9c2f60cf10b1c39d Mon Sep 17 00:00:00 2001 From: Evan-Kim2028 Date: Mon, 23 Dec 2024 15:57:22 -0500 Subject: [PATCH] docs: update standalone script instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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