mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 22:48:13 +00:00
Update readme.md
This commit is contained in:
parent
770efd438f
commit
3cb015b9c3
20
readme.md
20
readme.md
@ -2,6 +2,26 @@
|
||||
ccIDE is block based programming for ComputerCraft lua
|
||||

|
||||
|
||||
# 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
|
||||
|------------|--------
|
||||
|
Loading…
x
Reference in New Issue
Block a user