diff --git a/README.md b/README.md index dd3bc88..f0f1ede 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ cd tinyboard On a fresh Armbian device: -1. Modify `spoke/armbian.not_logged_in_yet` accordingly, then drop it onto the SD card as `/root/.not_logged_in_yet` before first boot (WiFi credentials) +1. Modify `spoke/armbian.not_logged_in_yet` accordingly, then drop it onto the SD card as `/root/.not_logged_in_yet` before first boot (WiFi credentials) — see [Armbian Autoconfig docs](https://docs.armbian.com/User-Guide_Autoconfig/) 2. Boot, SSH in as root 3. Run: @@ -76,8 +76,8 @@ Spokes initiate outbound SSH connections to the hub, creating reverse tunnels. T ``` tinyboard/ ├── setup.sh ← entry point -│ ├── setup-network.sh ← configure static IP before setup ├── spoke/ +│ ├── setup-network.sh ← configure static IP before setup │ ├── setup-spoke.sh ← automated spoke setup │ ├── compose.yaml ← Docker Compose for autossh + syncthing │ ├── Dockerfile ← autossh container