Fixed readme after realizing the fetch program is unneccessary.
This commit is contained in:
parent
a308d1d771
commit
8ff5b083f4
1 changed files with 5 additions and 5 deletions
10
README.md
10
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue