From 5c08b2a18b6b390804505293e3148cc1aa0f4127 Mon Sep 17 00:00:00 2001 From: Raymond Kuiper Date: Wed, 28 May 2025 15:39:09 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Installation.md b/Installation.md index 9c769fa..15111f4 100644 --- a/Installation.md +++ b/Installation.md @@ -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