update instructions
This commit is contained in:
parent
92210d66f6
commit
5125679cbd
1 changed files with 15 additions and 1 deletions
|
|
@ -41,7 +41,21 @@ You will need a micro SD card reader and computer to complete the next step.
|
|||
|
||||
## 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue