Fixed readme after realizing the fetch program is unneccessary.

This commit is contained in:
Emerson Rosen-Jones 2025-11-26 22:05:44 -05:00
parent a308d1d771
commit 8ff5b083f4

View file

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