From 4b31e598acc255c56cd1345ab4916efccf192126 Mon Sep 17 00:00:00 2001 From: Ridan Vandenbergh Date: Wed, 8 Aug 2018 20:20:50 +0200 Subject: [PATCH 1/2] Update readme: installation instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 68100831..7d99c0f9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,21 @@ See [forgehax](https://github.com/fr1kin/forgehax) for a more polished equivalen This is by no means a finished project and isn't fully ready for release. +## Installing + +KAMI is a forge mod. Start by downloading the latest version of [forge](https://files.minecraftforge.net/). +1. Install forge +2. Navigate to your `.minecraft` directory. + * **Windows**: `%appdata%/.minecraft` + * **Linux**: `~/.minecraft` +3. Navigate to the `mods` directory. If it doesn't exist, create it. +4. Obtain the KAMI `.jar` file. + * By **downloading** it: see [releases](https://github.com/zeroeightysix/KAMI/releases) + * By **building** it: see [Building](#building). +5. Place the `.jar` file in your mods directory. + +In your .minecraft directory (windows: press `win+r`, type `%appdata%` and hit enter. Find `.minecraft`.; linux: `~/.minecraft`), create a `mods` directory if it doesn't exist yet, and in it put KAMI's `.jar` file + ## Troubleshooting Please reference the main troubleshooting page: [Troubleshooting](https://github.com/zeroeightysix/KAMI/blob/master/TROUBLESHOOTING.md) If you experience an issue and it's not listed there, please [open a new issue](https://github.com/zeroeightysix/KAMI/issues/new) and a contributor will help you further. From 218ba570379f94345dfa0104b2bd1ea5755e8c4a Mon Sep 17 00:00:00 2001 From: Ridan Vandenbergh Date: Wed, 8 Aug 2018 20:21:17 +0200 Subject: [PATCH 2/2] oops --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7d99c0f9..9a8fdca1 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ KAMI is a forge mod. Start by downloading the latest version of [forge](https:// * By **building** it: see [Building](#building). 5. Place the `.jar` file in your mods directory. -In your .minecraft directory (windows: press `win+r`, type `%appdata%` and hit enter. Find `.minecraft`.; linux: `~/.minecraft`), create a `mods` directory if it doesn't exist yet, and in it put KAMI's `.jar` file - ## Troubleshooting Please reference the main troubleshooting page: [Troubleshooting](https://github.com/zeroeightysix/KAMI/blob/master/TROUBLESHOOTING.md) If you experience an issue and it's not listed there, please [open a new issue](https://github.com/zeroeightysix/KAMI/issues/new) and a contributor will help you further.