Skip to content

Commit 029c60b

Browse files
rmgxgmta
authored andcommitted
README: Reference python script instead of bash script
The bash script is set to be removed.
1 parent 64d2839 commit 029c60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First, clone and build [the Ladybird project](https://github.com/LadybirdBrowser
88
To run test262, only the `test262-runner` Ladybird target needs to be built. From the Ladybird checkout, run:
99

1010
```bash
11-
./Meta/ladybird.sh build test262-runner
11+
./Meta/ladybird.py build test262-runner
1212
```
1313

1414
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:
3333
## Usage
3434

3535
In the below command, `LADYBIRD_SOURCE_DIR` should point to the Ladybird checkout. The exact path to `test262-runner`
36-
may vary depending on any extra options that were provided to `ladybird.sh` above.
36+
may vary depending on any extra options that were provided to `ladybird.py` above.
3737

3838
```bash
3939
./main.py --libjs-test262-runner "${LADYBIRD_SOURCE_DIR}/Build/release/bin/test262-runner" --test262-root ./test262

0 commit comments

Comments
 (0)