Revise Nix setup instructions in README

Updated Nix setup instructions for clarity and structure.
This commit is contained in:
Netsky
2025-11-11 11:16:19 +01:00
committed by GitHub
parent ba4155bf3f
commit d6d3b05836

View File

@@ -83,15 +83,18 @@ npm run start
## Nix Setup ## Nix Setup
If using Nix: If using Nix:
```bash
./run.sh
```
The script will: 1. Run the pre-build step first:
- Run `npm run pre-build` to install dependencies and Chromium ```bash
- Then start the script headlessly using `xvfb-run` npm run pre-build
```
--- 2. Then start the script:
```bash
./run.sh
```
This will launch the script headlessly using `xvfb-run`.
## Docker Setup ## Docker Setup