diff --git a/README.md b/README.md index bb1f825..4de223a 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ If you want to use the built-in burner account (Minecraft name `mattstack`): $ 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 ``` -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