summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTina Luedtke <kickoke@users.noreply.github.com>2022-02-02 14:04:39 -0800
committerGitHub <noreply@github.com>2022-02-02 17:04:39 -0500
commitd46870e3c9d0a9f1ba8721343bec378a4d163e54 (patch)
tree09c7e21cf832eb4116db3eebd9c3b9ab7aba7413 /README.md
parentdd3f95d2a1dcf437c0f9d6a50f7c07eb1c99721b (diff)
Docs install cleanup (#12057)
* Extensively reworked MacOS installation page. * Removing outdated information * Updated more instances of the old kickstart script * Update kickstart command with tmp directories * amend command to avoid merge conflict * Removed reviewers note
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b819daea9b..89075092a2 100644
--- a/README.md
+++ b/README.md
@@ -120,9 +120,9 @@ and builds all dependencies, including those required to connect to [Netdata Clo
choose, and enables [automatic nightly
updates](https://learn.netdata.cloud/docs/agent/packaging/installer#nightly-vs-stable-releases) and [anonymous
statistics](https://learn.netdata.cloud/docs/agent/anonymous-statistics).
-
+<!-- candidate for reuse -->
```bash
-bash <(curl -Ss https://my-netdata.io/kickstart.sh)
+wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh
```
To view the Netdata dashboard, navigate to `http://localhost:19999`, or `http://NODE:19999`.