Update readme.md

This commit is contained in:
Dharm Pimsen 2024-07-29 16:48:29 +07:00 committed by GitHub
parent 9990bc3c03
commit 02f9faa22c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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