summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJonathan Barda <jonathan.barda@gmail.com>2020-04-20 21:23:59 +0200
committerGitHub <noreply@github.com>2020-04-20 22:23:59 +0300
commitcd85b89dbc2ee9477a8e28bb386c3ede031d4c4c (patch)
treea198814b9adca48e3dd9737b52bb496d5989e3f1 /docs
parent4edec08f4e21f0f6a719241406b3df09aa55b1ad (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/netdata-for-IoT.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/netdata-for-IoT.md b/docs/netdata-for-IoT.md
index 229d5aaa57..8b6730ae53 100644
--- a/docs/netdata-for-IoT.md
+++ b/docs/netdata-for-IoT.md
@@ -56,7 +56,14 @@ supported by `lm-sensors`.
Netdata also has a bash version of the sensors plugin that can read RPi temperatures. It is disabled by default to avoid
the conflicts with the python version.
-To enable it, run `sudo edit-config charts.d.conf` and uncomment this line:
+To enable it, run:
+
+```bash
+cd /etc/netdata # Replace this path with your Netdata config directory
+sudo ./edit-config charts.d.conf
+```
+
+and uncomment this line:
```sh
sensors=force