Skip to content

Commit 9959496

Browse files
committed
[js] Document how to build nqp-js-on-js.
1 parent 66da2a2 commit 9959496

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,9 @@ Currently it needs to be run like:
121121

122122
To run the tests
123123
make js-test
124+
125+
To build nqp-js-on-js (that is nqp-js itself running on node.js)
126+
make js-bootstrap
127+
128+
To run nqp-js-on-js
129+
node nqp-bootstrapped.js -e "say('Hello World')"

0 commit comments

Comments
 (0)