Update kickstart.md
Costa Tsaousis committed
Oct 17, 2023 at 11:52 UTC
b2ac177969330ec3efc31996fa7a743e0ddd009d
1 file changed
+3
-1
packaging/installer/methods/kickstart.md
+3
-1
@@ -17,7 +17,9 @@ import TabItem from '@theme/TabItem';
17
18
 
19
20
-`kickstart.sh` is the recommended way of installing Netdata. This script works on all Linux distributions and macOS environments, by detecting the optimal method of installing Netdata directly to the operating system (it will never install a docker image of Netdata - to run Netdata in a container [check this](https://learn.netdata.cloud/docs/installing/docker)).
20
+`kickstart.sh` is the recommended way of installing Netdata.
21
+
22
+This script works on all Linux distributions and macOS environments, by detecting the optimal method of installing Netdata directly to the operating system (it will never install a docker image of Netdata - to run Netdata in a container [check Installing with Docker](https://learn.netdata.cloud/docs/installing/docker)).
23
24
If you are installing on macOS, make sure to check the [install documentation for macOS](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/macos.md) before continuing.
25