Updated doc to match the new component name (#12106)
Tina Luedtke committed
Feb 10, 2022 at 02:48 UTC
ecbefc54e0aa6a28ec8530139a2d903ad40b93b9
1 file changed
+2
-2
docs/get-started.mdx
+2
-2
@@ -6,7 +6,7 @@ sidebar_label: "Get started"
6
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/get-started.mdx
7
---
8
9
-import { OneLineInstall } from '../src/components/OneLineInstall/'
9
+import { OneLineInstallWget } from '../src/components/OneLineInstall/'
10
import { Install, InstallBox } from '../src/components/Install/'
11
12
# Get started with Netdata
@@ -29,7 +29,7 @@ builds Netdata from its source code.
29
30
Copy the script, paste it into your node's terminal, and hit `Enter` to begin the installation process.
31
32
-<OneLineInstall />
32
+<OneLineInstallWget />
33
34
Jump down to [what's next](#whats-next) to learn how to view your new dashboard and take your next steps monitoring and
35
troubleshooting with Netdata.