From de0f4e40166d26a12c433d738fca2d0168438f7c Mon Sep 17 00:00:00 2001 From: sk89q Date: Thu, 19 Feb 2015 15:48:32 -0800 Subject: [PATCH] Updated Initial Steps (markdown) --- Initial-Steps.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Initial-Steps.md b/Initial-Steps.md index c938dda..fa02948 100644 --- a/Initial-Steps.md +++ b/Initial-Steps.md @@ -36,6 +36,8 @@ Try visiting the following URLs, where `http://example.com` is your site instead * `http://example.com/packages.json` * `http://example.com/latest.json` +![News Page Example](http://i.imgur.com/13XsSOI.png) + Do the pages load (or ask you to download)? If good, continue on. **Do you have PHP on the server?** Try `http://example.com/packages.php` to see if it works. @@ -68,6 +70,8 @@ In `launcher/build/libs/`, start the launcher by double clicking the `-all.jar` If everything worked correctly, you should see "Light Modpack" and "Heavy Modpack" on the left. Double click one of the modpacks, enter your Minecraft account, and see if the game loads. +![Launcher](http://i.imgur.com/hwWenPu.png) + If you view the `launcher/build/libs/` folder now, you will find a bunch of launcher files (`accounts.dat`, `config.json`, etc.). This is because the launcher, alone, uses the current folder to store data. Later on, we will set up the bootstrap program to fix this (although you are free to use the launcher like this too). **Doesn't work?** See [[Getting Help]].