From bc04d3059560344a80152e91c8326f8b9a87083c Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 27 Jul 2016 13:15:30 -0700 Subject: [PATCH] some updates to setup instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d435614..15ab763f 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,14 @@ PXT ([Microsoft Programming Experience Toolkit](https://github.com/Microsoft/pxt ## Local server +The local server allows to run the editor and the documentation from your computer. + ### Setup The following commands are a 1-time setup after synching the repo on your machine. -* clone this repo to your computer +* [clone this repo](https://help.github.com/articles/cloning-a-repository/) to your computer +* install [Node.js 4.4.5 or higher](https://nodejs.org/en/download/) * install the PXT command line ``` npm install -g pxt