We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f1b7e commit 54d5437Copy full SHA for 54d5437
README.md
@@ -119,6 +119,12 @@ To read the documentation:
119
$ man doc/iojs.1
120
```
121
122
+To test if io.js was built correctly:
123
+
124
+```
125
+$ iojs -e "console.log('Hello from io.js ' + process.version)"
126
127
128
### Windows
129
130
Prerequisites:
@@ -140,6 +146,12 @@ To run the tests:
140
146
> vcbuild test
141
147
142
148
149
150
151
152
153
154
143
155
### Android / Android based devices, aka. Firefox OS
144
156
145
157
Be sure you have downloaded and extracted [Android NDK]
0 commit comments