# HG changeset patch # User Bruno Michel # Date 1306966206 -7200 # Node ID 1cb2279e3f30fbe4f30f3fdac80651188b938d5e # Parent a637cde69f7149956a6aaeb3a9a30869d9596066 Improve the README. diff -r a637cde69f71 -r 1cb2279e3f30 README --- a/README Mon May 23 12:18:38 2011 +0200 +++ b/README Thu Jun 02 00:10:06 2011 +0200 @@ -17,12 +17,17 @@ like: http://linkmauve.fr/avatar/linkmauve@linkmauve.fr -This program requiers the node.js framework, and either the xmpp.js +This program requires the node.js framework, and either the xmpp.js library or node-xmpp. You can find these software here: http://nodejs.org/ http://xmppjs.prosody.im/ https://github.com/astro/node-xmpp +For example, if you are using npm, you can do: +npm install node-xmpp +npm install node-stringprep (it depends of libicu-dev on debian) +npm install ltx + Or if your distribution has these packaged (as in ArchLinux), simply install the packaged version. @@ -31,7 +36,7 @@ configuration.js and modify it for your needs. All options should be enough documented; if not, contact me. -When you have the dependances installed, you can simply run: +When you have the dependencies installed, you can simply run: % ./avatar.js to launch the component.