From 8ff5b083f47a8b624433fb75255732a44316a531 Mon Sep 17 00:00:00 2001 From: Emerson Rosen-Jones Date: Wed, 26 Nov 2025 22:05:44 -0500 Subject: [PATCH] Fixed readme after realizing the fetch program is unneccessary. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f68a096..9298786 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This repo contains Lua code for my use in modded minecraft. ## Get Started -To get started, download the "fetch" program with the following line in -the lua interpreter: -```lua -file = fs.open("fetch.lua", "w"); file.write(http.get("https://git.emersonmakes.com/filigreed/cc-stuff/raw/branch/main/fetch.lua").readAll()); file.close() -``` +To get started, download a program onto one of your CCT computers with +`wget {program link}`. + +You can find links to programs by clicking on them and copying the download +link.