[Pkg-javascript-commits] [node-expat] 188/371: README: update Instructions

Jonas Smedegaard dr at jones.dk
Sun Feb 28 10:00:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit bfed9b35ba061a17501f2aa16eceeacb17370f42
Author: Astro <astro at spaceboyz.net>
Date:   Tue Aug 14 00:32:35 2012 +0200

    README: update Instructions
---
 README.markdown | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.markdown b/README.markdown
index 82dc256..61595a7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -19,11 +19,16 @@ be bullshit, given my few node.js experience.
 
 ## Instructions ##
 
-    node-waf configure
-    node-waf build
+Install dependencies:
 
-For using the library, make sure `build/default/expat.node` is in
-either `$NODE_PATH` or `require.paths`.
+* Debian/Ubuntu: `apt-get install libexpat1-dev`
+* Centos/Red Hat: `yum install expat-devel`
+
+Install node-expat:
+
+    npm i node-expat
+
+## Usage ##
 
 Important events emitted by a parser:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list