From aad3e9d5e48c121820ad02804879572a9bcca2b5 Mon Sep 17 00:00:00 2001 From: rmgx Date: Sun, 20 Jul 2025 13:22:12 -0500 Subject: [PATCH] README: Reference python script instead of bash script The bash script is set to be removed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd9f0a8..713368a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ First, clone and build [the Ladybird project](https://github.com/LadybirdBrowser To run test262, only the `test262-runner` Ladybird target needs to be built. From the Ladybird checkout, run: ```bash -./Meta/ladybird.sh build test262-runner +./Meta/ladybird.py build test262-runner ``` Then, in the libjs-test262 project, set up a virtual environment (optional) and install the script's dependencies: @@ -33,7 +33,7 @@ Finally, clone or sync test262 itself: ## Usage In the below command, `LADYBIRD_SOURCE_DIR` should point to the Ladybird checkout. The exact path to `test262-runner` -may vary depending on any extra options that were provided to `ladybird.sh` above. +may vary depending on any extra options that were provided to `ladybird.py` above. ```bash ./main.py --libjs-test262-runner "${LADYBIRD_SOURCE_DIR}/Build/release/bin/test262-runner" --test262-root ./test262