summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-02-12 05:11:32 -0700
committerGitHub <noreply@github.com>2020-02-12 05:11:32 -0700
commit8166f8bc2aed417285cf08c2a9b60d2ebc3b872c (patch)
treef67382d28c26a182a7ff9d1667854303834c3e50 /docs
parent162b78443a0a48bf0c012da094760375b755173e (diff)
Added collector config to relevant READMEs (#8052)
Diffstat (limited to 'docs')
-rw-r--r--docs/step-by-step/step-04.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/step-by-step/step-04.md b/docs/step-by-step/step-04.md
index 31ab5c1706..47bba6b8b5 100644
--- a/docs/step-by-step/step-04.md
+++ b/docs/step-by-step/step-04.md
@@ -57,7 +57,7 @@ Let's give it a shot. Navigate to your Netdata config directory. To use `edit-co
have permissions to edit the file. On Linux/MacOS systems, you can usually use `sudo` to elevate your permissions.
```bash
-cd /etc/netdata # Replace this path with your Netdata config directory as found in the steps above
+cd /etc/netdata # Replace this path with your Netdata config directory, if different as found in the steps above
sudo ./edit-config netdata.conf
```