From d6d3b05836a289a116757a1deb6704061f0e25de Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Tue, 11 Nov 2025 11:16:19 +0100 Subject: [PATCH] Revise Nix setup instructions in README Updated Nix setup instructions for clarity and structure. --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 66db699..e5815dd 100644 --- a/README.md +++ b/README.md @@ -83,15 +83,18 @@ npm run start ## Nix Setup If using Nix: -```bash -./run.sh -``` -The script will: -- Run `npm run pre-build` to install dependencies and Chromium -- Then start the script headlessly using `xvfb-run` +1. Run the pre-build step first: + ```bash + npm run pre-build + ``` ---- +2. Then start the script: + ```bash + ./run.sh + ``` + +This will launch the script headlessly using `xvfb-run`. ## Docker Setup