Use wget component for newt

This commit is contained in:
Owen 2025-02-28 11:03:33 -05:00
parent f9b45ffa61
commit 450f246dab
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -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
```
<WgetNewtInstaller />
Then run Newt