mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
commit
c87539a148
1 changed files with 8 additions and 1 deletions
|
@ -6,9 +6,16 @@
|
||||||
[![devDependency Status](https://david-dm.org/LLK/scratch-vm/dev-status.svg)](https://david-dm.org/LLK/scratch-vm#info=devDependencies)
|
[![devDependency Status](https://david-dm.org/LLK/scratch-vm/dev-status.svg)](https://david-dm.org/LLK/scratch-vm#info=devDependencies)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
If you build own application:
|
||||||
```bash
|
```bash
|
||||||
npm install https://github.com/LLK/scratch-vm.git
|
npm install https://github.com/LLK/scratch-vm.git
|
||||||
```
|
```
|
||||||
|
If you want to edit/play yourself:
|
||||||
|
```bash
|
||||||
|
git clone git@github.com:LLK/scratch-vm.git
|
||||||
|
cd scratch-vm
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
For an extended setup example, check out the /playground directory, which includes a fully running VM instance.
|
For an extended setup example, check out the /playground directory, which includes a fully running VM instance.
|
||||||
|
|
Loading…
Reference in a new issue