add --recursive to docu (#10932)
Timotej S committed
Apr 14, 2021 at 12:18 UTC
4ba2daad356f8cfd64448b5776531c4da4fd251b
4 files changed
+4
-4
collectors/python.d.plugin/README.md
+1
-1
@@ -93,7 +93,7 @@ have made to do your development on).
93
94
```bash
95
# clone your fork (done once at the start but shown here for clarity)
96
-#git clone --branch my-example-collector https://github.com/mygithubusername/netdata.git --depth=100
96
+#git clone --branch my-example-collector https://github.com/mygithubusername/netdata.git --depth=100 --recursive
97
# go into your netdata source folder
98
cd netdata
99
# git pull your latest changes (assuming you built from a fork you are using to develop on)
packaging/installer/methods/alpine.md
+1
-1
@@ -15,7 +15,7 @@ apk add alpine-sdk bash curl libuv-dev zlib-dev util-linux-dev libmnl-dev gcc ma
15
apk add nodejs
16
17
# download Netdata - the directory 'netdata' will be created
18
-git clone https://github.com/netdata/netdata.git --depth=100
18
+git clone https://github.com/netdata/netdata.git --depth=100 --recursive
19
cd netdata
20
21
# build it, install it, start it
packaging/installer/methods/macos.md
+1
-1
@@ -61,7 +61,7 @@ and install the [Judy library](https://sourceforge.net/projects/judy/) before pr
61
Next, download Netdata from our GitHub repository:
62
63
```bash
64
-git clone https://github.com/netdata/netdata.git
64
+git clone https://github.com/netdata/netdata.git --recursive
65
```
66
67
Finally, `cd` into the newly-created directory and then start the installer script:
packaging/installer/methods/manual.md
+1
-1
@@ -186,7 +186,7 @@ Do this to install and run Netdata:
186
187
```sh
188
# download it - the directory 'netdata' will be created
189
-git clone https://github.com/netdata/netdata.git --depth=100
189
+git clone https://github.com/netdata/netdata.git --depth=100 --recursive
190
cd netdata
191
192
# run script with root privileges to build, install, start Netdata