changeset 701:4ca7a7ad7364

Fix a bug in nodejs/README
author Thinker K.F. Li <thinker@branda.to>
date Wed, 11 Aug 2010 20:21:44 +0800
parents 8f49e0235097
children 78a01b0d3fc9
files nodejs/README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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