From 68e21d9c82b95292fe0f12547ff1bc938afc5182 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Fri, 20 Feb 2026 01:15:37 -0500 Subject: [PATCH] feat: Update installation instructions in README; add auto-update system details and wireless control interface --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ffe6be..cb3e873 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,15 @@ A comprehensive full-stack web application for monitoring and controlling Comput In Minecraft, place a computer with a wireless modem and run: ```lua - wget https://raw.githubusercontent.com//main/startup_webbridge.lua startup + wget https://git.spatulaa.com/MayaTheShy/remoteturtle/raw/branch/master/startup_webbridge.lua startup reboot ``` + This installs an auto-update system that: + - Downloads the latest `webbridge.lua` on boot + - Falls back to cached version if download fails + - Automatically connects to your server + Or manually: - Copy `webbridge.lua` to the computer - Edit the `SERVER_URL` to point to your Docker host @@ -100,7 +105,7 @@ A comprehensive full-stack web application for monitoring and controlling Comput On each turtle with a wireless modem, run: ```lua - wget https://raw.githubusercontent.com//main/startup_turtle.lua startup + wget https://git.spatulaa.com/MayaTheShy/remoteturtle/raw/branch/master/startup_turtle.lua startup reboot ``` @@ -113,9 +118,11 @@ A comprehensive full-stack web application for monitoring and controlling Comput For wireless pocket computer control: ```lua - wget https://raw.githubusercontent.com//main/startup_pocket.lua startup + wget https://git.spatulaa.com/MayaTheShy/remoteturtle/raw/branch/master/startup_pocket.lua startup reboot ``` + + This provides a wireless control interface for managing turtles from anywhere in-game ### Docker Commands