diff --git a/README.md b/README.md index 0226e65..128f128 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ All options are described in the example file. In Order to sync all items regularly you can add a cron job like this one ``` # NetBox Sync - 23 */2 * * * /opt/netbox-sync/.env/bin/python3 /opt/netbox-sync/netbox-sync.py >/dev/null 2>&1 + 23 */2 * * * /opt/netbox-sync/.venv/bin/python3 /opt/netbox-sync/netbox-sync.py >/dev/null 2>&1 ``` # How it works