From cfa056065b32a43cce0d7483d034b8326686d9b8 Mon Sep 17 00:00:00 2001 From: Lukas Macura Date: Wed, 7 Dec 2016 13:19:21 +0100 Subject: [PATCH] Added instructions of trunk --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b66371..3b02ce9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ So zaf is here for you :) * Zabbix API support ## Installing Zaf + +Note: this instructions are for *trunk* version of zaf. For *stable* version, see https://github.com/limosek/zaf/tree/1.3 + You need to be root and you must have curl installed on your system. Depending on your system, github certificates may not be available so you have to use *-k* option for curl (insecure). Default installation type is silent. So there will be no questions and everything will be autodetected. This simple command should be used on most systems: ``` curl -k https://raw.githubusercontent.com/limosek/zaf/master/install.sh | sh