1
0
forked from finn/tinyboard

clean up readme setup.sh option comments

This commit is contained in:
Justin Oros
2026-04-16 16:02:37 -07:00
parent 912e553e06
commit e924579b2e

View File

@@ -16,7 +16,7 @@ On a fresh Debian/Ubuntu VPS or server:
apt install git
git clone https://gut.oily.dad/justin/tinyboard
cd tinyboard
./setup.sh # choose option 4
./setup.sh # option 4 (setup new hub)
```
### Setting up a new Spoke
@@ -31,8 +31,8 @@ On a fresh Armbian device:
apt install git
git clone https://gut.oily.dad/justin/tinyboard
cd tinyboard
./setup.sh # choose option 0 to configure static IP — SSH session will drop, reconnect
./setup.sh # choose option 1
./setup.sh # option 0 (reconfigure network) — SSH session will drop, reconnect
./setup.sh # option 1 (setup new spoke)
```
### Onboarding a Spoke from the Hub
@@ -41,14 +41,14 @@ Once the spoke tunnel is up, run on the hub:
```bash
cd tinyboard
./setup.sh # choose option 2
./setup.sh # option 2 (onboard spoke)
```
### Offboarding a Spoke from the Hub
```bash
cd tinyboard
./setup.sh # choose option 3
./setup.sh # option 3 (offboard spoke)
```
---