Mercurial > eldonilo > avatar
comparison README @ 10:a637cde69f71
Rename configuration.js to .example because it has to be modified by the user.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 23 May 2011 12:18:38 +0200 |
parents | e0cd5ede76af |
children | 1cb2279e3f30 |
comparison
equal
deleted
inserted
replaced
9:9360b78c7a5b | 10:a637cde69f71 |
---|---|
24 https://github.com/astro/node-xmpp | 24 https://github.com/astro/node-xmpp |
25 | 25 |
26 Or if your distribution has these packaged (as in ArchLinux), simply | 26 Or if your distribution has these packaged (as in ArchLinux), simply |
27 install the packaged version. | 27 install the packaged version. |
28 | 28 |
29 The config file is configuration.js, in the source directory. All | 29 An example of configuration file is provided in |
30 options should be enough documented; if not, contact me. | 30 configuration.js.example. You only have to rename it as |
31 configuration.js and modify it for your needs. All options should be | |
32 enough documented; if not, contact me. | |
31 | 33 |
32 When you have the dependances installed, you can simply run: | 34 When you have the dependances installed, you can simply run: |
33 % ./avatar.js | 35 % ./avatar.js |
34 to launch the component. | 36 to launch the component. |
35 | 37 |