From 20cd2944a790eeb7d3d1b5b87f5f0b17fbf1c628 Mon Sep 17 00:00:00 2001 From: francisco-lafe <90066435+francisco-lafe@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:05:11 -0300 Subject: [PATCH] Update README.md (#1127) Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be86f32..12f0589 100644 --- a/README.md +++ b/README.md @@ -276,8 +276,8 @@ This is the same as `request.get` but it takes one more param: 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. +* Linux: Run `export LOG_LEVEL=debug` and then run `flaresolverr` in the same shell. +* Windows: Open `cmd.exe`, run `set LOG_LEVEL=debug` and then run `flaresolverr.exe` in the same shell. ## Prometheus exporter