From 30f0c80f615a9281c1e621a25dcd871c7745873f Mon Sep 17 00:00:00 2001 From: Dharm Pimsen Date: Sat, 13 Jul 2024 16:41:42 +0700 Subject: [PATCH 1/3] Update readme.md --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 60aef31..f48cb95 100644 --- a/readme.md +++ b/readme.md @@ -15,12 +15,20 @@ it very simple! to install Remote code. ``` wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua ``` +for turtle +``` +wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/turtleremote.lua +``` ### Download and Run ``` wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua remote.lua remote ``` - +for turtle +``` +wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua turtleremote.lua +turtleremote +``` If error "Domain not permitted" try [this solution](https://github.com/cc-tweaked/CC-Tweaked/discussions/626#discussioncomment-241924). ## official support peripherals From 84ab2bc5ecda6e385a48c4de4e8b0bbf78f245ee Mon Sep 17 00:00:00 2001 From: Dharm Pimsen Date: Sat, 13 Jul 2024 16:59:38 +0700 Subject: [PATCH 2/3] Update readme.md --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index f48cb95..42f5221 100644 --- a/readme.md +++ b/readme.md @@ -53,3 +53,11 @@ If error "Domain not permitted" try [this solution](https://github.com/cc-tweake |[CC Shops](https://modrinth.com/mod/cc-shops) | 🟥 Unsupport |[CC Shops](https://modrinth.com/mod/cc-shops) | 🟥 Unsupport |[Some Peripherals](https://modrinth.com/mod/some-peripherals) | 🟥 Unsupport + +# Some small development video + +https://github.com/user-attachments/assets/8e9564fc-fc85-4ff6-b23a-357d3ac5f33c + +https://github.com/user-attachments/assets/195231d4-8fd8-4101-8068-70bc038a5c4f + +https://github.com/user-attachments/assets/8f114cfa-d87c-47d0-a670-a13dc975ab06 From 634729678f93cbf4191613492d64fa373dbad544 Mon Sep 17 00:00:00 2001 From: Dharm Pimsen Date: Sat, 13 Jul 2024 17:11:46 +0700 Subject: [PATCH 3/3] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 42f5221..481d2c8 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,8 @@ # ComputerCraft IDE (ccIDE) -ccIDE is block based programming for ComputerCraft lua -![image](https://github.com/user-attachments/assets/0b0b0784-d2d9-486f-a8ac-c57f047c3b7f) +ccIDE is block based programming for ComputerCraft lua. +special thank for [this repo](https://github.com/Mirka1405/ccblockly) +![image](https://github.com/user-attachments/assets/0b0b0784-d2d9-486f-a8ac-c57f047c3b7f) # Quick Start 1. install nodejs and git 2. git clone cd to this project