From 10ca84f2816ae53b432b1ffbc47c6ff3f18eb0c2 Mon Sep 17 00:00:00 2001 From: dekrain <dawidkrainski8@gmail.com> Date: Fri, 26 Aug 2016 15:46:02 +0200 Subject: [PATCH] Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7197870..fccb41745 100644 --- a/README.md +++ b/README.md @@ -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. @@ -95,4 +102,4 @@ make coverage ``` ## Donate -We provide [Scratch](https://scratch.mit.edu) free of charge, and want to keep it that way! Please consider making a [donation](https://secure.donationpay.org/scratchfoundation/) to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you! +We provide [Scratch](https://scratch.mit.edu) free of charge, and want to keep it that way! Please consider making a [donation](https://secure.donationpay.org/scratchfoundation/) to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you! \ No newline at end of file