Skip to content

Commit 54d5437

Browse files
jimmyhsuStephen Belanger
authored and
Stephen Belanger
committed
doc: Added sample command to test iojs build
PR-URL: #850 Reviewed-By: Stephen Belanger <[email protected]>
1 parent f1f1b7e commit 54d5437

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ To read the documentation:
119119
$ man doc/iojs.1
120120
```
121121

122+
To test if io.js was built correctly:
123+
124+
```
125+
$ iojs -e "console.log('Hello from io.js ' + process.version)"
126+
```
127+
122128
### Windows
123129

124130
Prerequisites:
@@ -140,6 +146,12 @@ To run the tests:
140146
> vcbuild test
141147
```
142148

149+
To test if io.js was built correctly:
150+
151+
```
152+
$ iojs -e "console.log('Hello from io.js ' + process.version)"
153+
```
154+
143155
### Android / Android based devices, aka. Firefox OS
144156

145157
Be sure you have downloaded and extracted [Android NDK]

0 commit comments

Comments
 (0)