Updated Installation (markdown)

Raymond Kuiper 2025-05-28 15:39:09 +02:00
parent cf1dcd018e
commit 5c08b2a18b

@ -1,4 +1,4 @@
## Installation via Docker
# Installation via Docker
To pull the latest stable version to your local cache, use the following docker
pull command:
@ -30,15 +30,15 @@ needed (see [config file](#config-file)):
docker run -d -t -i -v $(pwd)/config.py:/opt/netbox-zabbix/config.py ...
```
## Installation from Source
# Installation from Source
### Cloning the repository
## Cloning the repository
```sh
git clone https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
```
### Packages
## Packages
Make sure that you have a python environment with the following packages
installed. You can also use the `requirements.txt` file for installation with