From bef9411e1cb84f163b9e163fa0c2510eb96f2281 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sat, 9 Jan 2021 00:40:38 +0100 Subject: [PATCH] Add instructions to set environment variables in Windows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49a946b..65a244b 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ HEADLESS | true | This is used to debug the browser by not running it in headles Environment variables are set differently depending on the operating system. Some examples: * Docker: Take a look at the Docker section in this document. Environment variables can be set in the `docker-compose.yml` file or in the Docker CLI command. * Linux: Run `export LOG_LEVEL=debug` and then start FlareSolverr in the same shell. +* Windows: Open `cmd.exe`, run `set LOG_LEVEL=debug` and then start FlareSolverr in the same shell. ## Captcha Solvers