Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Moved tests into OSX/Unix and Windows sections
  • Loading branch information
jimmyhsu committed Feb 16, 2015
commit 028048db108d9f9cebdd25c6a70dd9fbd6775bca
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ To read the documentation:
$ man doc/iojs.1
```

To quickly test that io.js was built correctly from any of the steps above:

```
$ iojs -e "console.log('Hello from io.js ' + process.version)"
```

### Windows

Prerequisites:
Expand All @@ -140,6 +146,12 @@ To run the tests:
> vcbuild test
```

To quickly test that io.js was built correctly from any of the steps above:

```
> iojs -e "console.log('Hello from io.js ' + process.version)"
```

### `Intl` (ECMA-402) support:

[Intl](https://github.com/joyent/node/wiki/Intl) support is not
Expand Down Expand Up @@ -239,12 +251,6 @@ as `deps/icu` (You'll have: `deps/icu/source/...`)
> vcbuild full-icu
```

### Testing

To quickly test that io.js was built correctly from any of the steps above:
```
$ iojs -e "console.log('Hello, world')"
```

## Resources for Newcomers

Expand Down