diff mod_candy/mod_candy.lua @ 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 f67eacb1ac9f
children 7814a5c7fee8
line wrap: on
line diff
--- a/mod_candy/mod_candy.lua	Fri Sep 18 15:27:53 2015 +0200
+++ b/mod_candy/mod_candy.lua	Sat Sep 19 16:51:16 2015 +0200
@@ -1,8 +1,5 @@
 -- mod_candy.lua
 -- Copyright (C) 2013 Kim Alvefur
---
--- Run this in www_files
--- curl -L http://github.com/candy-chat/candy/tarball/master | tar xzfv - --strip-components=1
 
 local json_encode = require"util.json".encode;