diff mod_candy.wiki @ 329:7f8e913031b4

changed mod_candy.wiki
author Kim Alvefur <zash@zash.se>
date Mon, 25 Mar 2013 00:36:18 +0100
parents 1f308c72f72e
children
line wrap: on
line diff
--- a/mod_candy.wiki	Mon Mar 25 00:34:11 2013 +0100
+++ b/mod_candy.wiki	Mon Mar 25 00:36:18 2013 +0100
@@ -5,7 +5,13 @@
 
 = Installation =
 
-[http://prosody.im/doc/installing_modules Install] and [http://prosody.im/doc/modules_enabled enable] the module just like any other.  Note the included HTLM file in the www_files directory, this directory needs to be in the same place as the module.
+[http://prosody.im/doc/installing_modules Install] and [http://prosody.im/doc/modules_enabled enable] the module just like any other.  Note the included HTML file in the www_files directory, this directory needs to be in the same place as the module.
+
+You then need to download Candy and unpack it into the www_files directory, for example with curl:
+
+{{{
+curl -L http://github.com/candy-chat/candy/tarball/master | tar xzfv - --strip-components=1
+}}}
 
 After the module has been loaded, Candy will by default be reachable from `http://example.com:5280/candy/`