summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-04-14 12:18:44 +0200
committerGitHub <noreply@github.com>2021-04-14 12:18:44 +0200
commit4ba2daad356f8cfd64448b5776531c4da4fd251b (patch)
treef14878fe0083f8202987a5405206e4024687cc63 /collectors
parent68f16bb2859809e2b0ada0045bca9d5a8286a62f (diff)
add --recursive to docu (#10932)
Diffstat (limited to 'collectors')
-rw-r--r--collectors/python.d.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/python.d.plugin/README.md b/collectors/python.d.plugin/README.md
index 312986e48a..f73f9cde08 100644
--- a/collectors/python.d.plugin/README.md
+++ b/collectors/python.d.plugin/README.md
@@ -93,7 +93,7 @@ have made to do your development on).
```bash
# clone your fork (done once at the start but shown here for clarity)
-#git clone --branch my-example-collector https://github.com/mygithubusername/netdata.git --depth=100
+#git clone --branch my-example-collector https://github.com/mygithubusername/netdata.git --depth=100 --recursive
# go into your netdata source folder
cd netdata
# git pull your latest changes (assuming you built from a fork you are using to develop on)