From 2689fad288e15fcbf9a876e82a27558f5b6ff305 Mon Sep 17 00:00:00 2001 From: Hedde van der Heide Date: Fri, 17 Dec 2021 13:18:52 +0100 Subject: [PATCH] updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a24f861..b445c82 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ The goal below is to run all Netbox components in Docker and run a local Netbox _Netbox's exception handler seems to supress initial Exceptions, obfuscating missing imports or other Django related issues by re-raising an opague error, e.g. netbox_slm plugin namespace doesnotexist. It's recommended to often check the runtime server or patch Netbox's global exception handler._ +### Steps + ``` from your projects directory clone the netbox repository