From 02f9faa22c7de5a4dd9044f1b4a8e7cb3874b43a Mon Sep 17 00:00:00 2001 From: Dharm Pimsen Date: Mon, 29 Jul 2024 16:48:29 +0700 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5462a1a..d620cd2 100644 --- a/readme.md +++ b/readme.md @@ -3,13 +3,13 @@ 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/57c3f2b4-793b-4136-b503-6569bb577eae) +![image](https://github.com/user-attachments/assets/599c9ebe-66ca-445d-94da-4216cb57e918) # 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` +4. To run this IDE use `npm run dev` or if you using windows you can use `run.bat` to run it. 5. Done! ## Install Remote code into computercraft