From 396c1e2e33e4ea213d1ff9e3fef823936ac49277 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 6 May 2021 07:13:41 +0000 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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