Clean up Installation Instructions

This commit is contained in:
IntegerLimit 2023-06-06 15:03:52 +10:00 committed by GitHub
parent 5a7b000a56
commit 9dd9997753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).