@cryptotaxi247 / netdata-1 / commits / cd85b89db

Added missing path (#8740)

* Added missing path in the IOT page In the command line given to edit the file `charts.d.conf`, the path to the script `edit-config` is not given so if you type it or paste it that way it won't work.

Jonathan Barda committed Apr 20, 2020 at 21:23 UTC cd85b89dbc2ee9477a8e28bb386c3ede031d4c4c
1 file changed +8 -1
docs/netdata-for-IoT.md
+8 -1
@@ -56,7 +56,14 @@ supported by `lm-sensors`.
56 Netdata also has a bash version of the sensors plugin that can read RPi temperatures. It is disabled by default to avoid
57 the conflicts with the python version.
58
59 -To enable it, run `sudo edit-config charts.d.conf` and uncomment this line:
59 +To enable it, run:
60 +
61 +```bash
62 +cd /etc/netdata # Replace this path with your Netdata config directory
63 +sudo ./edit-config charts.d.conf
64 +```
65 +
66 +and uncomment this line:
67
68 ```sh
69 sensors=force