From dc0600939a474769016a42be692c8342e23fbcce Mon Sep 17 00:00:00 2001 From: Mikayla Date: Thu, 27 Jun 2024 16:42:49 -0400 Subject: [PATCH] Updated System Setup (markdown) --- System-Setup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/System-Setup.md b/System-Setup.md index cc97576..4b3e86f 100644 --- a/System-Setup.md +++ b/System-Setup.md @@ -1,11 +1,11 @@ # Facility Setup Guide > [!IMPORTANT] -> You will need to select 5 channels for use with the wireless/Ender modems in the system, please see [this page](https://github.com/MikaylaFischler/cc-mek-scada/wiki/Networking) for details. +> You will need to select 5 channels for use with the wireless/Ender modems in the system. Please see [this page](https://github.com/MikaylaFischler/cc-mek-scada/wiki/Networking) for details. -Here you will find detailed information on how to set up your system. If you want something brief, check out [this page](https://github.com/MikaylaFischler/cc-mek-scada/wiki/Quickstart). +Here you will find detailed information on how to set up your system. If you want something brief, check out [this page](https://github.com/MikaylaFischler/cc-mek-scada/wiki/Quickstart), then refer back to this page as needed. -As a reminder, _**this system is still in beta**_. Configuration headaches may occur, though now that the graphical configuration tools are available, I hope they are lessened. +As a reminder, _**this system is still in beta**_. Configuration headaches may occur, though now that the graphical configuration tools are available, I hope they are lessened. If you have any confusions that aren't clarified by reading available material, either in the configurator tools or here, let me know with a GitHub discussion. For all setup, you should know how to [connect CC: Tweaked peripherals](https://tweaked.cc/module/peripheral.html). Attaching wired modems to peripherals is not sufficient, you also need to right click them so they light up red. @@ -125,12 +125,12 @@ To connect Mekanism machines to PLCs and RTUs, you can put a computer directly i ## Application Installation -This project has a whole lot of files, so the typical use of a single `wget` or pastbin download is not recommended. Therefor, a single file installation program is available titled `ccmsi.lua` (cc-mek-scada installer). The installation process pulls down a file called `install_manifest.json`. Do not delete this as it is required for updating or uninstalling an already installed application. +This project has a whole lot of files, so the typical use of a single `wget` or pastbin download is not reasonable. Therefore, a single file installation program is available titled `ccmsi.lua` (cc-mek-scada installer). The installation process pulls down a file called `install_manifest.json`. Do not delete this. It is required for updating or uninstalling an already installed application. > [!IMPORTANT] > If you don't have HTTP enabled, you will not be able to use the installer. It is highly recommended to enable this in the ComputerCraft config, but if you cannot, you will need to try [alternative installation strategies](https://github.com/MikaylaFischler/cc-mek-scada/wiki/Alternative-Installation-Strategies), which will be more challenging. -- To download the installer from GitHub using wget, use this command: `wget https://raw.githubusercontent.com/MikaylaFischler/cc-mek-scada/main/ccmsi.lua` +- To download the installer from GitHub using `wget`, use this command: `wget https://raw.githubusercontent.com/MikaylaFischler/cc-mek-scada/main/ccmsi.lua` - To download the installer from pastebin, use this command: `pastebin get sqUN6VUb ccmsi.lua` `ccmsi` or `ccmsi help` (or an invalid command) will display this following help information.