From 9dd9997753a88be70b07f41a1bd82ec822d2548d Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Tue, 6 Jun 2023 15:03:52 +1000 Subject: [PATCH] Clean up Installation Instructions --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e26796f..8bacdca 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,19 @@ If you want a harder, or perhaps a more "true" GregTech experience, check out th - Harder recipes for assorted things like Iridium, Graphene, Numismatic Dynamos, and more ### Installation Instructions: -NOTE: Scripts will not work on versions <1.6, thus manual installation will be necessary. +\* Note: Scripts will not work on versions <1.6, thus manual installation will be necessary. -#### Script Installation Instructions -##### Windows: - - Download [here](https://raw.githubusercontent.com/Nomi-CEu/nomi-ceu/main/pack-mode-switcher.bat) (right click - save as) save it to the root directory of the pack (the same level as `\config`). - - Run the pack mode switcher in a terminal with `./pack-mode-switcher.bat` - -##### Any GNU/Linux (Mac and Linux): - - Run `curl -O https://raw.githubusercontent.com/Nomi-CEu/nomi-ceu/main/pack-mode-switcher.sh` to download the file. - - Verify the contents with your editor of choice. - - Run `chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh` in the pack root directory (the one containing `/config`). +#### Script Installation Instructions: +------ +##### Windows: + - Download the script [here](https://raw.githubusercontent.com/Nomi-CEu/nomi-ceu/main/pack-mode-switcher.bat), and save it to the root directory of the pack (the same level as `\config`). + - Run the pack mode switcher in a terminal with `./pack-mode-switcher.bat` + +##### Any GNU/Linux (Mac and Linux): + - Run `curl -O https://raw.githubusercontent.com/Nomi-CEu/nomi-ceu/main/pack-mode-switcher.sh` to download the file. + - Verify the contents with your editor of choice. + - Run `chmod +x pack-mode-switcher.sh; sh pack-mode-switcher.sh` in the pack root directory (the one containing `/config`). +------ #### Manual installation instructions are available [here](overrides/README.md).