Skip to content

Commit

Permalink
README: improve/correct installation/quick start points
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jan 29, 2020
1 parent 9dcec6a commit 06f7b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

## Test Authoring Quick Start

1. Clone **test262** locally:
- For development of Test262-harness, test authoring & execution: clone **test262** locally:
```
git clone https://github.com/tc39/test262.git --depth 1
cd test262
```
2. Install **test262-harness**:
- For development of test authoring & execution: install **test262-harness**:
```
npm install -g test262-harness
```
3. Run some tests!
- Run some tests!
```
test262-harness test/**/*.js
```
Expand Down

0 comments on commit 06f7b83

Please sign in to comment.