mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 22:48:13 +00:00
Merge branch 'main' of https://github.com/DPSoftware-Foundation/ccIDE
This commit is contained in:
commit
bb3ebc52ec
21
readme.md
21
readme.md
@ -2,6 +2,27 @@
|
||||
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
|
||||
```
|
||||
|
||||
If error "Domain not permitted" try [this solution](https://github.com/cc-tweaked/CC-Tweaked/discussions/626#discussioncomment-241924).
|
||||
|
||||
## official support peripherals
|
||||
| Peripheral | Status
|
||||
|------------|--------
|
||||
|
Loading…
x
Reference in New Issue
Block a user