@@ -6,34 +6,18 @@ special thank for [ccblockly](https://github.com/Mirka1405/ccblockly) for idea
66![ Screenshot 2024-08-20 202018] ( https://github.com/user-attachments/assets/ba6c1ca6-ce91-41c9-b412-b1f3a8f2e735 )
77
88# Quick Start
9- 1 . install nodejs and git
10- 2 . git clone cd to this project
11- 3 . Install dependency use ` npm install . `
9+ 1 . install nodejs and git.
10+ 2 . git clone and cd to this project .
11+ 3 . Install dependency use ` npm install . ` .
12124 . To run this IDE use ` npm run dev ` or if you using windows you can use ` run.bat ` to run it.
13- 5 . Done!
1413
1514## Install Remote code into computercraft
1615it very simple! to install Remote code.
17- ### Run from URL
18- for advanced computer/pocket/turtle
1916```
20- wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/advremote.lua
21- ```
22- for non advance computer/pocket/turtle
23- ```
24- wget run https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua
25- ```
26- ### Download and Run
27- for advanced computer/pocket/turtle
28- ```
29- wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/advremote.lua advremote.lua
30- advremote
31- ```
32- for non advanced computer/pocket/turtle
33- ```
34- wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/remote.lua remote.lua
35- remote
17+ wget https://raw.githubusercontent.com/DPSoftware-Foundation/ccIDE/main/startup.lua
3618```
19+ And restart the computer.
20+
3721If error "Domain not permitted" try [ this solution] ( https://github.com/cc-tweaked/CC-Tweaked/discussions/626#discussioncomment-241924 ) .
3822
3923## official support library, peripheral and module function
@@ -150,7 +134,7 @@ https://github.com/user-attachments/assets/195231d4-8fd8-4101-8068-70bc038a5c4f
150134https://github.com/user-attachments/assets/8f114cfa-d87c-47d0-a670-a13dc975ab06
151135
152136# For adapting in other project
153- This project is based for every block based IDE from DPSoftware Foundation
137+ This project is for every block based IDE from DPSoftware Foundation.
154138
155139# License
156140This project is licensed under the [ GPL v3 License] ( https://github.com/DPSoftware-Foundation/ccIDE/blob/main/LICENSE ) .
0 commit comments