From 5ffd9bb957a6b1c2b5f1f522293f38f754e69f37 Mon Sep 17 00:00:00 2001 From: ExE Boss Date: Sun, 15 Jan 2017 22:35:25 +0100 Subject: [PATCH] Add installation instructions --- docs/Installation/Minecraft.md | 2 ++ docs/Installation/index.md | 5 +++++ mkdocs.yml | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 docs/Installation/Minecraft.md create mode 100644 docs/Installation/index.md diff --git a/docs/Installation/Minecraft.md b/docs/Installation/Minecraft.md new file mode 100644 index 0000000..526cfd4 --- /dev/null +++ b/docs/Installation/Minecraft.md @@ -0,0 +1,2 @@ +To install NOVA for Minecraft, download the appropriate wrapper from the front page and the associated Forge version from [files.minecraftforge.net](http://files.minecraftforge.net/). +After that, follow the installation instructions and drop the NOVA wrapper into `.minecraft/mods/` so that Forge loads it. After that drop all the NOVA mods you want to use into the same folder and NOVA will take care of the rest. diff --git a/docs/Installation/index.md b/docs/Installation/index.md new file mode 100644 index 0000000..cce1c12 --- /dev/null +++ b/docs/Installation/index.md @@ -0,0 +1,5 @@ +This page contains the installation instructions for every game that is officially supported by NOVA. + +## Minecraft +To install NOVA for Minecraft, download the appropriate wrapper from the front page and the associated Forge version from [files.minecraftforge.net](http://files.minecraftforge.net/). +After that, follow the installation instructions and drop the NOVA wrapper into `.minecraft/mods/` so that Forge loads it. After that drop all the NOVA mods you want to use into the same folder and NOVA will take care of the rest. diff --git a/mkdocs.yml b/mkdocs.yml index ed19201..df7d428 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,8 @@ markdown_extensions: pages: - Home: index.md + - Installation: Installation/index.md +# - Minecraft: Installation/Minecraft.md - Mod Development: - Getting started: Mod Development/Getting Started.md - NOVA Gradle: Mod Development/NOVA Gradle.md