From 0110c1e8981cfcbfdf9ee2e53d08816667e5ca5f Mon Sep 17 00:00:00 2001 From: Erkam Kahriman Date: Sun, 10 May 2020 06:47:32 +0200 Subject: [PATCH] Updated Creating a Startup Script (markdown) --- Creating-a-Startup-Script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creating-a-Startup-Script.md b/Creating-a-Startup-Script.md index 2202b22..d82a525 100644 --- a/Creating-a-Startup-Script.md +++ b/Creating-a-Startup-Script.md @@ -30,4 +30,4 @@ cd "$( dirname "$0" )" java -Xms1024M -jar Geyser.jar ``` * In your default terminal application, make the file executable by running `chmod +x ~(dir)/run.sh` where `dir` is the name of the folder Geyser is in, or by changing the file permissions; -* Open your default terminal application, and type `chmod +x ~/(dir)/run.sh` to run Geyser. Geyser will generate all the needed files. +* Open your default terminal application, and type `./run.sh` to run Geyser. Geyser will generate all the needed files.