update instructions

This commit is contained in:
Boaz Sender 2025-04-20 10:50:47 -07:00
parent 92210d66f6
commit 5125679cbd

View file

@ -41,7 +41,21 @@ You will need a micro SD card reader and computer to complete the next step.
## Setup instructions ## Setup instructions
Running the setup script from the command line ### Copy this repo to the pi.
Option a: rsync
rsync path/to/portal grace@listener.local:portal
Option b: wget
sudo apt install wget unzip
### Run the install script
```
ssh grace@portal.local
sudo apt install wget unzip
wget https://git.featherboaz.com/boazsender/portal/archive/main.zip
```
### Using node and npm ### Using node and npm