# HG changeset patch # User Thinker K.F. Li # Date 1281529304 -28800 # Node ID 4ca7a7ad7364b4a7d10584c64685417782ecfebc # Parent 8f49e0235097cd683b40809569e6c261a3af7399 Fix a bug in nodejs/README diff -r 8f49e0235097 -r 4ca7a7ad7364 nodejs/README --- a/nodejs/README Wed Aug 11 20:14:18 2010 +0800 +++ b/nodejs/README Wed Aug 11 20:21:44 2010 +0800 @@ -12,7 +12,7 @@ (2) Compile libxml ~user/MadButterfly/nodejs$ git clone http://github.com/polotek/libxmljs.git - ~user/MadButterfly/nodejs$ cd libxml; make + ~user/MadButterfly/nodejs$ cd libxml; make; cd .. (3) Copy the libxml.node to the nodejs build directory ~user/MadButterfly/nodejs$ cp libxml/libxml.node objs/default