diff --git a/README.md b/README.md index 9f1d653..8989a24 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,12 @@ Daten. Im Python-Virtualenv von NetBox installieren: ```shell -/opt/netbox/venv/bin/pip install /pfad/zu/Netbox-Prefixes +/opt/netbox/venv/bin/pip install git+https://git.mrblake.cc/MrBlake/Netbox-Prefixes.git +``` + +In Local Requirements aufnehmen: +```shell +echo "git+https://git.mrblake.cc/MrBlake/Netbox-Prefixes.git" >> /opt/netbox/local_requirements.txt ``` Danach in `configuration.py` aktivieren: