From 672b152eadd2435edc4ac098595667752492236d Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Thu, 31 Aug 2023 10:40:31 -0500 Subject: [PATCH] update docker description in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 460c4ff..4373b8d 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ By default: To run the image with these default settings, use: -Example (Windows): +Example (Cmd Prompt - Windows): ```bash docker run -v %cd%/client_secret.json:/app/client_secret.json -p 8000:8000 ghcr.io/cullenwatson/jobspy ```