Skip to content

Commit

Permalink
Update readme quickstart in light of new node defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Oct 21, 2016
1 parent f55a167 commit cb4138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires Node 6 or above.
## Quick Start
1. `git clone https://github.com/tc39/test262.git --depth 1`
2. `npm install -g test262-harness`
3. `test262-harness 'test262\test\**\*.js' --hostType node --hostPath <path to node.exe>`
3. `test262-harness 'test262\test\**\*.js'

Run `test262-harness --help` for details on the various configuration options.

Expand Down

0 comments on commit cb4138e

Please sign in to comment.