docs: make wget recommended download method
authorDennis Collaris <redacted>
Mon, 22 Jul 2019 15:35:34 +0000 (17:35 +0200)
committerKyle Fuller <redacted>
Mon, 22 Jul 2019 20:44:30 +0000 (21:44 +0100)
README.md

index 410671d30a18bd13c30446bef683ae8772b81032..ab9133dc38a1d387a129a8eb9f30d08d3c9b08a7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,19 +25,19 @@ notifications on your phone at the same time.
 
 ### Download the module
 
-#### Via Git (recommended)
+#### Via wget (recommended)
 
 ```bash
-$ git clone https://github.com/Palaver/znc-palaver
-$ cd znc-palaver
+$ wget https://github.com/cocodelabs/znc-palaver/archive/master.tar.gz
+$ tar -xzf master.tar.gz
+$ cd znc-palaver-master
 ```
 
-#### Via wget
+#### Via Git
 
 ```bash
-$ wget https://github.com/Palaver/znc-palaver/archive/master.zip
-$ unzip master.zip
-$ cd znc-palaver-master
+$ git clone https://github.com/Palaver/znc-palaver
+$ cd znc-palaver
 ```
 
 ### Compiling
git clone https://git.99rst.org/PROJECT