Changed README header order

This commit is contained in:
TheNetworkGuy 2022-11-29 23:30:03 +01:00
parent 830f6f0d55
commit fd17b18c9e

View File

@ -11,16 +11,18 @@ Make sure that you have a python environment with the following packages install
pynetbox pynetbox
pyzabbix pyzabbix
``` ```
### Cloning the repository
```
git clone https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
```
### Config file ### 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. 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 cp config.py.example config.py
``` ```
### Cloning the repository
```
git clone https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
```
### Set environment variables ### Set environment variables
Set the following environment variables Set the following environment variables
``` ```