From 2248e57c52771e3c5b2905ebf0c9d2ec18e88113 Mon Sep 17 00:00:00 2001 From: Gary Sneed Date: Fri, 25 Oct 2024 21:08:22 -0700 Subject: Added Getting Started section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5493ec4..4f6937c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ The other options for Minecraft launchers are massive (e.g. MultiMC) and like ma * In uncommon situations, a C compiler may be required. See the "On natives" section below for more information. * Some knowledge of Java and Java arguments in particular is recommended. +## Getting started +1. Run `./get_version.sh ` to download the version you want to play, e.g. `./get_version.sh 1.2.5` +2. After it downloads, run `./launch.sh ` to launch it, e.g. `./launch 1.2.5` +3. ??? +4. Profit + ## Configuration - The `user.local` file (will be created at launch if it doesn't exist) stores your player name, Java runtime command and additional arguments such as allocated memory for the JVM. - The `profiles.local` directory is identical to `profiles`, but we recommend placing your own launch profiles in here to keep them organized. -- cgit v1.2.3