diff --git a/README.md b/README.md index f25293d..da28931 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,18 @@ Make sure that you have a python environment with the following packages install pynetbox pyzabbix ``` + +### Cloning the repository +``` +git clone https://github.com/TheNetworkGuy/netbox-zabbix-sync.git +``` + ### 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 -``` -git clone https://github.com/TheNetworkGuy/netbox-zabbix-sync.git -``` ### Set environment variables Set the following environment variables ```