From 3ed18c576716fe82923ea7e3e6e842bd27e3a75b Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Mon, 10 Jan 2022 14:57:58 +0100 Subject: [PATCH] Improve wording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ea1fb..05e1fad 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ When using the Docker version of Netbox, first follow the [netbox-docker quickstart](https://github.com/netbox-community/netbox-docker#quickstart) instructions to clone the netbox-docker repo and set up the `docker-compose.override.yml`. -Next, follow the following instructions (based on these generic [plugin instructions](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins)) to install the Netbox SLM plugin: +Next, follow these instructions (based on the generic [Netbox plugin instructions](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins)) to install the Netbox SLM plugin: 1. Add `netbox_slm` to the `PLUGINS` list in `configuration/configuration.py`. 2. Create a `plugin_requirements.txt` with `netbox-slm==0.9` as contents.