From 364b62ae4e26e1b1055e21311bd49945c2f64ad9 Mon Sep 17 00:00:00 2001 From: Thephaseless Date: Thu, 2 Jan 2025 12:35:30 +0000 Subject: [PATCH] [skip ci] clarified xvfb platform requirement --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c831f8..39e867b 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ An alternative to [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) a ## Options -| Env | Default | Description | -| -------------- | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -| `USE_XVFB` | `false` | Use virtual desktop with Xvfb. Requires Xvfb supported platform. (Can cause performance hog [#14](https://github.com/ThePhaseless/Byparr/issues/14)) | -| `USE_HEADLESS` | `true/false on docker` | Use headless chromium. | +| Env | Default | Description | +| -------------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------- | +| `USE_XVFB` | `false` | Use virtual desktop with Xvfb. (Linux only) (Can cause performance hog [#14](https://github.com/ThePhaseless/Byparr/issues/14)) | +| `USE_HEADLESS` | `true/false on docker` | Use headless chromium. | ## Tags