feat: Update installation instructions in README; add auto-update system details and wireless control interface
This commit is contained in:
13
README.md
13
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/<your-repo>/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/<your-repo>/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/<your-repo>/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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user