Mercurial > prosody-modules
comparison mod_candy/README.markdown @ 1917:b3c124850d10
mod_candy/README: Correct command for unzipping Candy release
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 22 Oct 2015 15:53:24 +0200 |
parents | 991a5f74f848 |
children | c6db9d3dcff7 |
comparison
equal
deleted
inserted
replaced
1916:56f6a642fc67 | 1917:b3c124850d10 |
---|---|
20 You then need to download Candy and unpack it into the www\_files | 20 You then need to download Candy and unpack it into the www\_files |
21 directory, for example with curl: | 21 directory, for example with curl: |
22 | 22 |
23 cd www_files | 23 cd www_files |
24 curl -OL https://github.com/candy-chat/candy/releases/download/v2.0.0/candy-2.0.0.zip | 24 curl -OL https://github.com/candy-chat/candy/releases/download/v2.0.0/candy-2.0.0.zip |
25 unzip www_files | 25 unzip candy-2.0.0.zip |
26 | 26 |
27 After the module has been loaded, Candy will by default be reachable | 27 After the module has been loaded, Candy will by default be reachable |
28 from `http://example.com:5280/candy/` | 28 from `http://example.com:5280/candy/` |
29 | 29 |
30 Compatibility | 30 Compatibility |