Ver Fonte

Modify Raspberry Pi setup instructions in README

Update installation instructions for Raspberry Pi to download the setup script first.
Tuan Nguyen há 2 meses atrás
pai
commit
a8d23029b8
1 ficheiros alterados com 2 adições e 1 exclusões
  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.