From 0ce692f2add209c6f5d449ee2be7af725f1813e8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 15 Feb 2022 04:25:22 +0100 Subject: Adding upstream version 1.33.1. Signed-off-by: Daniel Baumann --- docs/guides/step-by-step/step-00.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'docs/guides/step-by-step/step-00.md') diff --git a/docs/guides/step-by-step/step-00.md b/docs/guides/step-by-step/step-00.md index 0a49defe3..3cb85ceda 100644 --- a/docs/guides/step-by-step/step-00.md +++ b/docs/guides/step-by-step/step-00.md @@ -3,6 +3,7 @@ title: "The step-by-step Netdata guide" date: 2020-03-31 custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/guides/step-by-step/step-00.md --> +import { OneLineInstallWget, OneLineInstallCurl } from '../../src/components/OneLineInstall/' # The step-by-step Netdata guide @@ -17,7 +18,7 @@ completely new to Netdata, or have never tried health monitoring/performance tro guide is perfect for you. If you have monitoring experience, or would rather get straight into configuring Netdata to your needs, you can jump -straight into code and configurations with our [getting started guide](/docs/get-started.md). +straight into code and configurations with our [getting started guide](/docs/get-started.mdx). > This guide contains instructions for Netdata installed on a Linux system. Many of the instructions will work on > other supported operating systems, like FreeBSD and macOS, but we can't make any guarantees. @@ -46,9 +47,14 @@ This script will install Netdata from source, keep it up to date with nightly re [registry](/registry/README.md), and sends [_anonymous statistics_](/docs/anonymous-statistics.md) about how you use Netdata. We use this information to better understand how we can improve the Netdata experience for all our users. -```bash -bash <(curl -Ss https://my-netdata.io/kickstart.sh) -``` +To install Netdata, run the following as your normal user: + + + +Or, if you have cURL but not wget (such as on macOS): + + + Once finished, you'll have Netdata installed, and you'll be set up to get _nightly updates_ to get the latest features, improvements, and bugfixes. -- cgit v1.2.3