Skip to content

Commit db76752

Browse files
authored
Clearly specify file locations (#638)
1 parent 47f263f commit db76752

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ python3 manage.py collectstatic --no-input
3333
To ensure NetBox Topology Views plugin is automatically re-installed during future upgrades, create a file named `local_requirements.txt` (if not already existing) in the NetBox root directory (alongside `requirements.txt`) and list the `netbox-topology-views` package:
3434

3535
```no-highlight
36-
echo netbox-topology-views >> local_requirements.txt
36+
echo netbox-topology-views >> /opt/netbox/local_requirements.txt
3737
```
3838

3939
Once installed, the plugin needs to be enabled in your `configuration.py`:
40+
```no-highlight
41+
vim /opt/netbox/netbox/netbox/configuration.py
42+
```
4043

4144
```python
4245
PLUGINS = ["netbox_topology_views"]

0 commit comments

Comments
 (0)