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) ``` ---