Skip to content

Commit

Permalink
Update for Node.js 0.7.11 and Windows .\jake.bat.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Jun 15, 2012
1 parent 2ee5d58 commit 9848093
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -106,13 +106,14 @@ Yeti follows [Semantic Versioning](http://semver.org/) but is currently at a 0.x

### Caveats

Yeti is known to work on Mac OS X and Linux.
Yeti should work on all platforms supported by Node.js.
It's tested on Linux and OS X.

You must start Yeti's client in the directory you'll be serving tests from. For security reasons, Yeti will reject requests that try to access files outside of the directory you start Yeti in.

## Installation

Yeti requires [Node.js][node] v0.6.x.
Yeti requires [Node.js][node] v0.6. It also works on unstable v0.7.11.

### Latest snapshot

Expand All @@ -135,6 +136,11 @@ Installing [localtunnel][] helps proxy Yeti outside of your firewall. It's avail

Do you want to add new features or fix bugs in Yeti itself? We made it easy for you to hack on Yeti.

### Experimental: Develop on Windows

After running `npm install`, replace the `make` commands below with
`.\jake.bat` to use the experimental Jake tasks that are Windows ready.

### Install dependencies

Clone Yeti.
Expand Down

0 comments on commit 9848093

Please sign in to comment.