Skip to content

Commit

Permalink
Add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Nov 14, 2011
1 parent 7981e80 commit 74f8700
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Expand Up @@ -11,14 +11,16 @@ UNIX citizen. Now it exists.

## Install

This is not ready yet.
```
npm install urun
```

## Usage

In order to execute all test-*.js files inside a given directory, simply do:

```js
require('urun')(__dirname, /test-.*\.js$/);
require('urun')(__dirname, /test-.+\.js$/);
```

You now get a nice progress indication, but that's it. There are no more
Expand Down

0 comments on commit 74f8700

Please sign in to comment.