mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-03 09:04:40 -04:00
Update README
This commit is contained in:
parent
6d773076c5
commit
10ca84f281
1 changed files with 8 additions and 1 deletions
|
@ -6,9 +6,16 @@
|
||||||
[](https://david-dm.org/LLK/scratch-vm#info=devDependencies)
|
[](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…
Add table
Add a link
Reference in a new issue