From a1fdca689fc8bbbbdd55f3a90d6f439cbb34e2ea Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Sat, 8 Apr 2023 03:42:10 +0200 Subject: [PATCH] updated README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c6f858..2a3bab4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ run `make deps && make`. The `bundle.min.lua` inside the `build` dir is the fina # Useful links -[CC lua code](https://github.com/cc-tweaked/CC-Tweaked/tree/mc-1.16.x/src/main/resources/data/computercraft/lua) +[CC lua code](https://github.com/cc-tweaked/CC-Tweaked/tree/mc-1.19.x/projects/core/src/main/resources/data/computercraft/lua) [CC wiki](https://tweaked.cc/) @@ -38,6 +38,7 @@ Run `make watch` to recompile when a file changed. ## Emulator You could use Minecraft to run the program or you could use [craftos pc](https://www.craftos-pc.cc/) as an emulator. Just install it and run `make emulator`. +There is an AppImage available [here](https://github.com/MCJack123/craftos2/releases). ## Websconsole