diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |