We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3485819 + aba1078 commit 5442220Copy full SHA for 5442220
README.md
@@ -61,5 +61,14 @@ Geometric mean: 9.37 runs/sec
61
```
62
63
Or you open a web browser and point it to `dist/index.html`, or you can use one
64
-of the engine JS shells (`d8`, `jsc`, `ch` or `jsshell`) to run the special bundle
65
-in `dist/cli.js`.
+of the engine JS shells to run the special bundle in `dist/cli.js`. The easiest
+way to install recent versions of the supported JS engine shells is to run
66
+[`jsvu`](https://github.com/GoogleChromeLabs/jsvu). Afterwards, you can run the
67
+benchmark as follows:
68
+
69
+```sh
70
+$ chakra dist/cli.js
71
+$ javascriptcore dist/cli.js
72
+$ spidermonkey dist/cli.js
73
+$ v8 dist/cli.js
74
+```
0 commit comments