mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-15 16:01:07 -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)
|
||||
|
||||
## Installation
|
||||
If you build own application:
|
||||
```bash
|
||||
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
|
||||
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