Skip to content

Commit

Permalink
Update documentation: there are now two development branches, users n…
Browse files Browse the repository at this point in the history
…eed to make sure that they clone the one appropriate for their version of node.js.
  • Loading branch information
bnoordhuis committed Oct 12, 2010
1 parent 633fe00 commit 3df3829
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Text recoding in JavaScript for fun and profit!

## Cloning the repository

If you are developing against node.js v0.3.0:

git clone git://github.com/bnoordhuis/node-iconv.git

If you are developing against the older but stable node.js v0.2.x:

git clone -b v0.2.x git://github.com/bnoordhuis/node-iconv.git

Both versions of node.js are fully supported. Once v0.3.0 goes stable,
support for v0.2.x will be slowly phased out but it will receive
bug fixes and minor updates for the foreseeable future.

## Compiling

To compile and install the module, type:
Expand Down

0 comments on commit 3df3829

Please sign in to comment.