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 quick "Hello World" test to bottom
  • Loading branch information
jimmyhsu committed Feb 15, 2015
commit 493ff681bc5fcf5dd2fa57f30ee7934182082e32
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ the binary verification command above.

## Build

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

### Unix / Macintosh

Prerequisites:
Expand Down Expand Up @@ -244,6 +239,13 @@ 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:
```
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nit: add a space before the code block

also would be good to have the same code work on Windows and Unixes if you're in a position to check, if not then duplicate the block and for the Windows block use > instead of $

$ iojs -e "console.log('Hello, world')"
```

## Resources for Newcomers

* [CONTRIBUTING.md](./CONTRIBUTING.md)
Expand Down