From e924579b2e1cbfa36a10de6007f2024a5b8a0b52 Mon Sep 17 00:00:00 2001 From: Justin Oros Date: Thu, 16 Apr 2026 16:02:37 -0700 Subject: [PATCH] clean up readme setup.sh option comments --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5cb25a9..5fbb9b7 100644 --- a/README.md +++ b/README.md @@ -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) ``` ---