Update README

This commit is contained in:
Tanner Collin 2021-05-06 07:13:41 +00:00
parent 217bb0dae0
commit 396c1e2e33

View File

@ -32,13 +32,13 @@ If you want to use the built-in burner account (Minecraft name `mattstack`):
$ SERVER=minecraft.example.com ./run_linux.sh $ SERVER=minecraft.example.com ./run_linux.sh
``` ```
Use `PORT` to specify a custom port to connect to: Or, use `PORT` to specify a custom port to connect to:
``` ```
$ SERVER=localhost PORT=12345 ./run_linux.sh $ SERVER=localhost PORT=12345 ./run_linux.sh
``` ```
If you have your own alt account for the bot: Or, if you have your own alt account for the bot:
``` ```
$ EMAIL=you@domain.com PASSWORD=supersecret SERVER=minecraft.example.com ./run_linux.sh $ EMAIL=you@domain.com PASSWORD=supersecret SERVER=minecraft.example.com ./run_linux.sh