changeset 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 9360b78c7a5b
children 1cb2279e3f30
files README configuration.js configuration.js.example
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
rename from configuration.js
rename to configuration.js.example