Mercurial > eldonilo > avatar
changeset 11:1cb2279e3f30
Improve the README.
author | Bruno Michel <bmichel@menfin.info> |
---|---|
date | Thu, 02 Jun 2011 00:10:06 +0200 |
parents | a637cde69f71 |
children | a0ed785d1b8d |
files | README |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README +++ b/README @@ -17,12 +17,17 @@ You can try it by appending a JID after 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.example. You only have 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.