From cff88d67ad53b8e00b34dcda396b74de1f327539 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 27 Jul 2016 13:48:57 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c4903b0..b0eb8c9d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ The local server allows to run the editor and the documentation from your comput The following commands are a 1-time setup after synching the repo on your machine. * if not yet installed, install [Node.js 4.4.5 or higher](https://nodejs.org/en/download/) -* [clone this repo](https://help.github.com/articles/cloning-a-repository/) to your computer +* [clone this repo](https://help.github.com/articles/cloning-a-repository/) to your computer and go in the project folder +``` +git clone https://github.com/microsoft/pxt-microbit +cd pxt-microbit +``` * install the PXT command line (add ``sudo`` for Mac/Linux shells). ``` npm install -g pxt