Skip to content

Commit 04bb746

Browse files
committed
Little doc tweak
1 parent 72d3003 commit 04bb746

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,19 @@ From there try:
3333

3434
rake
3535

36-
which should start up the test system.
36+
which should start up the test system. All tests should pass.
3737

3838
Finally, once you get things going and are ready to use Ninjascript somewhere:
3939

40-
rake build:package
40+
rake build
4141

4242
And look in pkg/
4343

4444
## Environment troubleshooting
4545

46+
You'll need a working Node.js installation. On Mac OS this seems to require recent working XCode.
47+
(Welcomed: a PR explaining details of this.)
48+
4649
We're using Karma for testing - there's a karma.conf.js already set up -
4750
hopefully it's assumptions will work for your environment.
4851

0 commit comments

Comments
 (0)