[DOC] Fix Code blocks Step 2 Installing Network-WeatherMap (#13905)

This commit is contained in:
Santiago Z
2022-04-11 09:40:25 +02:00
committed by GitHub
parent c8606aab6b
commit 712ba23657
+5 -1
View File
@@ -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.