Selaa lähdekoodia

Modify Raspberry Pi setup instructions in README

Update installation instructions for Raspberry Pi to download the setup script first.
Tuan Nguyen 2 kuukautta sitten
vanhempi
sitoutus
a8d23029b8
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -61,7 +61,8 @@ Free 3D-printable models on MakerWorld: [DW OG](https://makerworld.com/en/models
 The fastest way to get running on a Raspberry Pi:
 
 ```bash
-curl -fsSL https://raw.githubusercontent.com/tuanchris/dune-weaver/main/setup-pi.sh | bash
+curl -fsSL https://raw.githubusercontent.com/tuanchris/dune-weaver/main/setup-pi.sh -o setup-pi.sh
+bash setup-pi.sh
 ```
 
 This installs Docker, clones the repo, and starts the application. Once it finishes, open **http://\<hostname\>.local** in your browser.