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