From b6617322fcbdf90e0d9f71476dd07debe1061915 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Sun, 19 May 2024 22:19:48 +0300 Subject: some markdown fixes (#17703) --- packaging/installer/README.md | 4 ++-- packaging/installer/methods/macos.md | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'packaging') diff --git a/packaging/installer/README.md b/packaging/installer/README.md index 2dd1f185aa..2c8bd24099 100644 --- a/packaging/installer/README.md +++ b/packaging/installer/README.md @@ -48,9 +48,9 @@ Go through our [deployment guides](https://github.com/netdata/netdata/blob/maste By default, Netdata's installation scripts enable automatic updates for both nightly and stable release channels. -If you would prefer to update your Netdata agent manually, you can disable automatic updates by using the `--no-updates` +If you preferred to update your Netdata agent manually, you can disable automatic updates by using the `--no-updates` option when you install or update Netdata using the [automatic one-line installation -script](#automatic-one-line-installation-script). +script](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/kickstart.md). ```bash wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh --no-updates diff --git a/packaging/installer/methods/macos.md b/packaging/installer/methods/macos.md index 71cdfff99c..4c8185023d 100644 --- a/packaging/installer/methods/macos.md +++ b/packaging/installer/methods/macos.md @@ -79,10 +79,6 @@ Homebrew will place your Netdata configuration directory at `/opt/homebrew/etc/n Use the `edit-config` script and the files in this directory to configure Netdata. For reference, you can find stock configuration files at `/opt/homebrew/Cellar/netdata/{NETDATA_VERSION}/lib/netdata/conf.d/`. - - -Skip on ahead to the [What's next?](#whats-next) section to find links to helpful post-installation guides. - ## Install Netdata from source We don't recommend installing Netdata from source on macOS, as it can be difficult to configure and install dependencies manually. -- cgit v1.2.3