From 10c25d5014d451c4d5077058717361828801aaf2 Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Tue, 29 Nov 2022 17:04:45 +0100 Subject: [PATCH] Updated README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e90ac89..f25293d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ pyzabbix ``` ### Config file First time user? Copy the config.py.example file to config.py. This file is used for modifying filters and setting variables such as custom field names. +``` +cp config.py.example config.py +``` ### Cloning the repository ```