From 3cb015b9c3d96f7454b1118a399b76900e3cfad6 Mon Sep 17 00:00:00 2001 From: Dharm Pimsen Date: Sat, 13 Jul 2024 16:19:51 +0700 Subject: [PATCH 1/2] Update readme.md --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/readme.md b/readme.md index 4e5abca..74ae4c5 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,26 @@ ccIDE is block based programming for ComputerCraft lua ![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 +3. Install dependency use `npm install .` +4. To run this IDE use `npm run dev` +5. Done! + +## Install Remote code into computercraft +it very simple! to install Remote code. +### Run from URL +``` +wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua +``` +### Download and Run +``` +wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua remote.lua +remote +``` + + ## official support peripherals | Peripheral | Status |------------|-------- From 64de428022da2b66c05fc6b4667e51c204a460ee Mon Sep 17 00:00:00 2001 From: Dharm Pimsen Date: Sat, 13 Jul 2024 16:28:31 +0700 Subject: [PATCH 2/2] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 74ae4c5..60aef31 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,7 @@ wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.l remote ``` +If error "Domain not permitted" try [this solution](https://github.com/cc-tweaked/CC-Tweaked/discussions/626#discussioncomment-241924). ## official support peripherals | Peripheral | Status