From: Dennis Collaris Date: Mon, 22 Jul 2019 15:35:34 +0000 (+0200) Subject: docs: make wget recommended download method X-Git-Tag: 1.2.0~6 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8e073520d09d648fc18055781de1c1bdcb42f52f;p=znc-palaver.git docs: make wget recommended download method --- diff --git a/README.md b/README.md index 410671d..ab9133d 100644 --- 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