From f80d9d86866664727f8f9dccb32b37b6803c4cab Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Fri, 9 Sep 2022 15:47:17 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbfdf07..d43db42 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ cd modded-minecraft There are two ways to do this: - Java edition of Minecraft. This has a nice desktop icon, but it means the code needs to be upgraded every time a new client is released. The libraries do not have much backwards compatibility between releases. -- The client in the Minecraft library. This ensures compatibility with the server. To launch it, run +- The client in the Forge Minecraft library. This ensures compatibility with the server. To launch it, run ``` cd modded-minecraft -./gradlew runServer +./gradlew runClient ``` In either case, start a multiplayer game, and connect to `localhost:25565`.