# HG changeset patch # User Emmanuel Gil Peyrot # Date 1306145918 -7200 # Node ID a637cde69f7149956a6aaeb3a9a30869d9596066 # Parent 9360b78c7a5ba5bfe7ed4468287db7f1dcdf86b1 Rename configuration.js to .example because it has to be modified by the user. diff --git a/README b/README --- a/README +++ b/README @@ -26,8 +26,10 @@ https://github.com/astro/node-xmpp Or if your distribution has these packaged (as in ArchLinux), simply install the packaged version. -The config file is configuration.js, in the source directory. All -options should be enough documented; if not, contact me. +An example of configuration file is provided in +configuration.js.example. You only have to rename it as +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: % ./avatar.js diff --git a/configuration.js b/configuration.js.example rename from configuration.js rename to configuration.js.example