Skip to content

Commit

Permalink
added 'install' task
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed May 19, 2010
1 parent 28f23ca commit 748e1ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ test:
@@node test/vows-test.js
@@node test/addvow-test.js

.PHONY: test
install:
@@echo "vows: updating submodules..."
@@git submodule update --init
@@echo "vows: done."

.PHONY: test install
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ and the results output to the console.

Vows are run as soon as the promise completes, so the order in which they are run is undefined.

installaiton
------------

$ make install

writing specs
-------------

Expand Down

0 comments on commit 748e1ee

Please sign in to comment.