Skip to content

Commit

Permalink
Update README and HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Mar 7, 2012
1 parent 8b2e3a7 commit 3e8737e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Rewrite. Requires Node.js v0.6.x.
* Yeti Hub (test server) can serve tests to browsers from remote machines.
* Yeti Hub can be attached to other servers.
* New documentation.

## 0.1.8 / 2011-10-19

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,12 @@ You must start Yeti's client in the directory you'll be serving tests from. For

This is experimental software. Use at your own risk.

You will need Node.js v0.6.x or later. Node.js v0.6.11 is recommended.
You will need Node.js v0.6.x or later. Node.js v0.6.12 is recommended.

If you want to run Yeti Next, clone this project if you haven't yet done so.

$ git clone git://github.com/reid/yeti.git
$ cd yeti
$ git checkout next

Now install it.

Expand All @@ -128,7 +127,7 @@ You can `require("yeti")` inside your application to script Yeti for your own us

For API documentation:

- Run `make html` to build HTML documentation to `./api`.
- Run `make html` to build HTML documentation to `./build_docs`.
- Review code comments inside `lib/yeti.js`, `lib/client.js` and `lib/hub/index.js`.

Yeti follows [Semantic Versioning](http://semver.org/) but is currently at a 0.x.y release. **The public API is not stable.** There will be changes.
Expand Down

0 comments on commit 3e8737e

Please sign in to comment.