@cryptotaxi247 / netdata-1 / commits / 768e2bb14

Update kickstart.md

Costa Tsaousis committed Oct 17, 2023 at 11:11 UTC 768e2bb14bac87a850fa41a950178a5a9a004cda
1 file changed +2 -3
packaging/installer/methods/kickstart.md
+2 -3
@@ -17,10 +17,9 @@ import TabItem from '@theme/TabItem';
17
18 ![](https://registry.my-netdata.io/api/v1/badge.svg?chart=web_log_nginx.requests_by_url_pattern&options=unaligned&dimensions=kickstart&group=sum&after=-3600&label=last+hour&units=kickstart%20downloads&value_color=orange&precision=0) ![](https://registry.my-netdata.io/api/v1/badge.svg?chart=web_log_nginx.requests_by_url_pattern&options=unaligned&dimensions=kickstart&group=sum&after=-86400&label=today&units=kickstart%20downloads&precision=0)
19
20 -This page covers detailed instructions on using and configuring the automatic one-line installation script named
21 -`kickstart.sh`.
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 is a container [check this](https://learn.netdata.cloud/docs/installing/docker)).
21
23 -The kickstart script works on all Linux distributions and macOS environments. By default, automatic nightly updates are enabled. 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.
22 +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.
23
24
25 > :bulb: Tip