From 712ba23657ee955cee5c73fc733d34ff140deefb Mon Sep 17 00:00:00 2001 From: Santiago Z <34222550+SantiagoSilvaZ@users.noreply.github.com> Date: Mon, 11 Apr 2022 04:40:25 -0300 Subject: [PATCH] [DOC] Fix Code blocks Step 2 Installing Network-WeatherMap (#13905) --- doc/Extensions/Weathermap.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Extensions/Weathermap.md b/doc/Extensions/Weathermap.md index ac7f387aa6..37fea277c6 100644 --- a/doc/Extensions/Weathermap.md +++ b/doc/Extensions/Weathermap.md @@ -22,7 +22,11 @@ git clone https://github.com/librenms-plugins/Weathermap.git ### Step 2 Inside the html/plugins directory, change the ownership of the -Weathermap directory by typing `chown -R librenms:librenms Weathermap/` +Weathermap directory by typing + +```bash +chown -R librenms:librenms Weathermap/ +``` Make the configs directory writeable.