You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,7 @@ Each Plugin Version listed below has been tested with its corresponding NetBox V
40
40
|:--------------:|:--------------:|
41
41
| 3.2 | 1.0.1 |
42
42
| 3.3 | 1.1.0 |
43
-
| 3.4 | 1.2.0
44
-
45
-
46
-
43
+
| 3.4 | 1.2.0 |
47
44
48
45
## Installing
49
46
@@ -84,8 +81,8 @@ To develop this plugin further one can use the included .devcontainer configurat
84
81
1. In the WSL terminal, enter `code` to run Visual studio code.
85
82
2. Install the devcontainer extension "ms-vscode-remote.remote-containers"
86
83
3. Press Ctrl+Shift+P and use the "Dev Container: Clone Repository in Container Volume" function to clone this repository. This will take a while depending on your computer
87
-
4. If you'd like the netbox instance to be prepopulated run `make Makefile example_initializers` and `make Makefile load_initializers`
88
-
5. Start the netbox instance using `make Makefile all`
84
+
4. If you'd like the netbox instance to be prepopulated with example data from [netbox-initializers](https://github.com/tobiasge/netbox-initializers) run `make initializers`
85
+
5. Start the netbox instance using `make all`
89
86
90
87
Your netbox instance will be served under 0.0.0.0:8000, so it should now be available under localhost:8000.
0 commit comments