computercraft/README.md
2025-12-09 22:16:11 +01:00

8 lines
559 B
Markdown

Set up on the computer with `wget https://git.navidsassan.ch/navid.sassan/computercraft/raw/branch/master/get get`. Make sure to enable the http API in the computercraft config file on the server.
Then use `get README.md` for example, to download the `README.md`.
To install the scripts on all turtles / computers, do one of the following on the server (depending on the version):
* Store the scripts in `resourcepacks/assets/computercraft/lua/rom/programs/`
* Store the scripts in `kubejs/data/computercraft/lua/rom/programs/` (worked on 2025-12-09, atm9)