summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/get-started.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/get-started.mdx b/docs/get-started.mdx
index 4be5ea019f..ec36c6a2ac 100644
--- a/docs/get-started.mdx
+++ b/docs/get-started.mdx
@@ -6,7 +6,7 @@ sidebar_label: "Get started"
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/get-started.mdx
---
-import { OneLineInstall } from '../src/components/OneLineInstall/'
+import { OneLineInstallWget } from '../src/components/OneLineInstall/'
import { Install, InstallBox } from '../src/components/Install/'
# Get started with Netdata
@@ -29,7 +29,7 @@ builds Netdata from its source code.
Copy the script, paste it into your node's terminal, and hit `Enter` to begin the installation process.
-<OneLineInstall />
+<OneLineInstallWget />
Jump down to [what's next](#whats-next) to learn how to view your new dashboard and take your next steps monitoring and
troubleshooting with Netdata.