summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Sneed <gary@getcobalt.org>2024-10-25 21:08:22 -0700
committerGary Sneed <gary@getcobalt.org>2024-10-25 21:08:22 -0700
commit2248e57c52771e3c5b2905ebf0c9d2ec18e88113 (patch)
tree07e5f4c520becffd5bf866df1bb269d62d08ab71
parentcf6e194a708d7a43d778a7cb8e31707225f1bb49 (diff)
Added Getting Started section
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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 <version>` to download the version you want to play, e.g. `./get_version.sh 1.2.5`
+2. After it downloads, run `./launch.sh <version>` 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.