From 2af7b430116c4e4bd34ca73932c9d98c799a89c7 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Sat, 6 Jul 2024 01:02:32 -0400 Subject: [PATCH] Updated System Setup (markdown) --- System-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System-Setup.md b/System-Setup.md index 4b3e86f..f400967 100644 --- a/System-Setup.md +++ b/System-Setup.md @@ -128,7 +128,7 @@ To connect Mekanism machines to PLCs and RTUs, you can put a computer directly i 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. +> If you don't have HTTP enabled, you will not be able to use this 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), the easiest of which (as of v1.8.18-beta) is dragging over bundled lua files. See the releases for details. More will be added here soon. - 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`