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:
|
In Minecraft, place a computer with a wireless modem and run:
|
||||||
```lua
|
```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
|
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:
|
Or manually:
|
||||||
- Copy `webbridge.lua` to the computer
|
- Copy `webbridge.lua` to the computer
|
||||||
- Edit the `SERVER_URL` to point to your Docker host
|
- 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:
|
On each turtle with a wireless modem, run:
|
||||||
```lua
|
```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
|
reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -113,9 +118,11 @@ A comprehensive full-stack web application for monitoring and controlling Comput
|
|||||||
|
|
||||||
For wireless pocket computer control:
|
For wireless pocket computer control:
|
||||||
```lua
|
```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
|
reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This provides a wireless control interface for managing turtles from anywhere in-game
|
||||||
|
|
||||||
### Docker Commands
|
### Docker Commands
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user