[README] Show commands to download
authorKyle Fuller <redacted>
Fri, 10 Oct 2014 19:07:01 +0000 (21:07 +0200)
committerKyle Fuller <redacted>
Fri, 10 Oct 2014 19:07:01 +0000 (21:07 +0200)
README.md

index 28c2d28b0a5061ee24f86aa6d48db1619b9f457f..d60738cee932b1781422001f172fa95ef765e784 100644 (file)
--- 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:
 
git clone https://git.99rst.org/PROJECT