Update README.md

This commit is contained in:
Peli de Halleux 2016-07-27 13:48:57 -07:00 committed by GitHub
parent 3f241e8bc9
commit cff88d67ad
1 changed files with 5 additions and 1 deletions

View File

@ -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