From 450f246dab187dc86519d35dc7c71399ffdd7f94 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 28 Feb 2025 11:03:33 -0500 Subject: [PATCH] Use wget component for newt --- .../docusaurus/docs/02-Getting Started/05-quick-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docusaurus/docs/02-Getting Started/05-quick-setup.md b/packages/docusaurus/docs/02-Getting Started/05-quick-setup.md index cda35d5..e3fa25b 100644 --- a/packages/docusaurus/docs/02-Getting Started/05-quick-setup.md +++ b/packages/docusaurus/docs/02-Getting Started/05-quick-setup.md @@ -1,3 +1,5 @@ +import WgetNewtInstaller from "@site/src/components/WgetNewtInstaller"; + # Setup ## Prerequisites @@ -32,9 +34,7 @@ There are 2 ways to setup Newt: with the CLI application or the Docker container On Linux, you can wget the newt binary and run the command copied during the create site step. Make sure to replace amd64 with your architecture! -```bash -wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.3/newt_linux_amd64" && chmod +x ./newt -``` + Then run Newt