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.