Skip to content

Commit

Permalink
README: more QuickJS instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 2, 2019
1 parent d501796 commit 0e22983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ Shells:
| V8 | `d8`, `v8` |
| XS | `xs` |
* 1: For the QuickJS, use `run-test26`, eg. `eshost --add qjs qjs path/to/quickjs/run-test262`
* 1: For the QuickJS, use `run-test26`, eg. `eshost --add QuickJS qjs path/to/quickjs/run-test262`
- Users can download the QuickJS source [here](https://bellard.org/quickjs/). Extract the contents and enter the directory. Run `make` to build from source. Create a symlink to `run-test262` and use that to set up a runtime: `eshost --add QuickJS qjs symlink/to/quickjs/run-test262`
Browsers:
Expand Down

0 comments on commit 0e22983

Please sign in to comment.