From dea0d032ed0d578d3ce209c017cb1f082c60dcb3 Mon Sep 17 00:00:00 2001 From: rtm516 Date: Thu, 30 Apr 2020 17:29:08 +0100 Subject: [PATCH] Wiki reformatting --- Creating-a-Startup-Script.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Creating-a-Startup-Script.md b/Creating-a-Startup-Script.md index 7ca3391..a0b90ff 100644 --- a/Creating-a-Startup-Script.md +++ b/Creating-a-Startup-Script.md @@ -4,7 +4,8 @@ Once you have downloaded and placed Geyser into its own folder, you will need to ### Windows * Create a new text file, and call it `run.bat`. Open this with a text editor (preferably Notepad++), and insert the text below: -```bash +```batch +@echo off java -Xms1024M -jar Geyser.jar ``` * Double-click the **run.bat**, and Geyser should start up. Geyser will generate all the needed files.