diff --git a/How-to-upgrade.md b/How-to-upgrade.md index 8367612..d5beff1 100644 --- a/How-to-upgrade.md +++ b/How-to-upgrade.md @@ -10,7 +10,7 @@ First you should checkout [[what is left before release]]. If something is on th ## Step 1 Ensure that your plugins folder looks similar to this: -[[images/step1.png]] +[[images/upgrade/step1.png]] Make sure you leave your `MultiVerse.jar` and `MultiVerse/` folder in place for now. @@ -19,13 +19,13 @@ Make sure you leave your `MultiVerse.jar` and `MultiVerse/` folder in place for Download the Multiverse-Core JAR from [The Multiverse 2 Build Site](http://ci.onarandombox.com/job/Multiverse-Core/lastSuccessfulBuild/) Place it in your plugins folder like so: -[[images/step2_fixed.png]] +[[images/upgrade/step2_fixed.png]] ## Step 3 Start your server. You should see something similar to this: _(Your lines will __NOT__ be colored. I have colored them for reference)_ -[[images/step3_fixed.png]] +[[images/upgrade/step3_fixed.png]] You should see all of the green lines and the yellow line. If your green lines do __NOT__ match. Hop into our IRC (`#multiverse` on esper.net) channel for help. ## Step 4 @@ -33,7 +33,7 @@ You should see all of the green lines and the yellow line. If your green lines d Stop your server. Not sure why you need a picture of this, but here it is: -[[images/step4.png]] +[[images/upgrade/step4.png]] ## Step 5 @@ -42,14 +42,14 @@ Not sure why you need a picture of this, but here it is: Your plugins folder should look similar to this: _**NOTE**: I have left my MultiVerse folder because it does not hurt anything._ -[[images/step5.png]] +[[images/upgrade/step5.png]] ## Step 6 Start your server! Everything should look good! -[[images/step6.png]] +[[images/upgrade/step6.png]] ## What's next? diff --git a/images/install/step1.png b/images/install/step1.png new file mode 100644 index 0000000..64caec2 Binary files /dev/null and b/images/install/step1.png differ diff --git a/images/step1.png b/images/upgrade/step1.png similarity index 100% rename from images/step1.png rename to images/upgrade/step1.png diff --git a/images/step2.png b/images/upgrade/step2.png similarity index 100% rename from images/step2.png rename to images/upgrade/step2.png diff --git a/images/step2_fixed.png b/images/upgrade/step2_fixed.png similarity index 100% rename from images/step2_fixed.png rename to images/upgrade/step2_fixed.png diff --git a/images/step3.png b/images/upgrade/step3.png similarity index 100% rename from images/step3.png rename to images/upgrade/step3.png diff --git a/images/step3_fixed.png b/images/upgrade/step3_fixed.png similarity index 100% rename from images/step3_fixed.png rename to images/upgrade/step3_fixed.png diff --git a/images/step4.png b/images/upgrade/step4.png similarity index 100% rename from images/step4.png rename to images/upgrade/step4.png diff --git a/images/step5.png b/images/upgrade/step5.png similarity index 100% rename from images/step5.png rename to images/upgrade/step5.png diff --git a/images/step6.png b/images/upgrade/step6.png similarity index 100% rename from images/step6.png rename to images/upgrade/step6.png