diff mod_candy/README.markdown @ 1864:991a5f74f848

mod_candy: Update to work with a stable release instead of git (which no longer works)
author Kim Alvefur <zash@zash.se>
date Sat, 19 Sep 2015 16:51:16 +0200
parents 4d73a1a6ba68
children b3c124850d10
line wrap: on
line diff
--- a/mod_candy/README.markdown	Fri Sep 18 15:27:53 2015 +0200
+++ b/mod_candy/README.markdown	Sat Sep 19 16:51:16 2015 +0200
@@ -20,7 +20,9 @@
 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
+    cd www_files
+    curl -OL https://github.com/candy-chat/candy/releases/download/v2.0.0/candy-2.0.0.zip
+    unzip www_files
 
 After the module has been loaded, Candy will by default be reachable
 from `http://example.com:5280/candy/`