From 42b9122387e1fda54c451eb1e5942f1a1e4c5d5d Mon Sep 17 00:00:00 2001 From: Jordan Koch Date: Tue, 4 May 2021 18:00:47 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 86f0ad4..83e0973 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ # Please use [znc-push](https://github.com/jreese/znc-push) which now has Igloo support and makes this fork useless. +## Building + +``` +git clone https://github.com/jreese/znc-push.git +cd znc-push +make +``` + +If you want to use libcurl replace `make` with `make curl=yes` + ## Usage `make install`