From: Kyle Fuller Date: Fri, 10 Oct 2014 19:07:01 +0000 (+0200) Subject: [README] Show commands to download X-Git-Tag: 1.0.0~13 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=770a9885eeca75484095489078ff5f945c297a66;p=znc-palaver.git [README] Show commands to download --- diff --git a/README.md b/README.md index 28c2d28..d60738c 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,36 @@ Palaver ZNC module provides push notifications. +## Download + +#### Via Git + +```bash +$ git clone https://github.com/Palaver/znc-palaver +$ cd znc-palaver +``` + +#### Via wget + +```bash +$ wget https://github.com/Palaver/znc-palaver/archive/master.zip +$ unzip master.zip +$ cd znc-palaver-master +``` + ## Compiling - make +```bash +$ make +``` ## Installation Copy the compile ZNC module to your ZNC settings: - $ cp palaver.so ~/.znc/modules +```bash +$ cp palaver.so ~/.znc/modules +``` Now load the ZNC module: