summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-05-19 22:19:48 +0300
committerGitHub <noreply@github.com>2024-05-19 22:19:48 +0300
commitb6617322fcbdf90e0d9f71476dd07debe1061915 (patch)
treece23d1ddfe6037331d4562c33951974b324b3fb4 /packaging
parentc57a49caf8463792a19df10d98d1c8340eb96ab1 (diff)
some markdown fixes (#17703)HEADmaster
Diffstat (limited to 'packaging')
-rw-r--r--packaging/installer/README.md4
-rw-r--r--packaging/installer/methods/macos.md4
2 files changed, 2 insertions, 6 deletions
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.