From eedcf65bd8911651cecee650e10ac90efd04120b Mon Sep 17 00:00:00 2001 From: mattieserver Date: Sun, 17 May 2020 14:59:55 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22c4112..7f76e5a 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,12 @@ If you add your own image you also need to add the slug to the `device_img` sett ## Use -Go to the plugins tab in the navbar and click topology or go to NETBOX_URL/plugins/topology-views/ view your topologies +Go to the plugins tab in the navbar and click topology or go to `$NETBOX_URL/plugins/topology-views/` to view your topologies ### Update Run `pip install netbox-topology-views --upgrade` in your venv. + Run `python3 manage.py collectstatic --no-input` + Clear you browser cache.