From 291c033e346e2862ac1730b7a66a9810107591c6 Mon Sep 17 00:00:00 2001 From: mattieserver <3049868+mattieserver@users.noreply.github.com> Date: Mon, 12 Sep 2022 18:23:33 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c940d..92df31c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,12 @@ PLUGINS = ["netbox_topology_views"] First run `source /opt/netbox/venv/bin/activate` to enter the Python virtual environment. -Then run `python3 manage.py collectstatic --no-input` + +Then run +```bash +cd /opt/netbox/netbox +python3 manage.py collectstatic --no-input +``` ### Versions