From faf138593339e86c7bc95278d8dfdfb3e20628e8 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 7 Apr 2016 13:33:55 -0700 Subject: [PATCH] Redirect to main repo for instructions --- README.md | 46 ++++------------------------------------------ 1 file changed, 4 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 0c72eb77..a01d6538 100644 --- a/README.md +++ b/README.md @@ -1,48 +1,10 @@ # micro:bit target for KindScript -This target allow to program a [BBC micro:bit](https://www.microbit.co.uk/) using [KindScript](https://github.com/Microsoft/kindscript). +This target allow to program a [BBC micro:bit](https://www.microbit.co.uk/) using +[Microsoft Programming Experience Toolkit](https://github.com/Microsoft/pxt). -[![Build Status](https://travis-ci.org/Microsoft/kindscript-microbit.svg?branch=master)](https://travis-ci.org/Microsoft/kindscript-microbit) +[![Build Status](https://travis-ci.org/Microsoft/pxt-microbit.svg?branch=master)](https://travis-ci.org/Microsoft/pxt-microbit) # Getting started -> If you're making changes to kindscript repository itself, proceed to **Local installation** below. - -* Clone this repo and run - -``` -npm install -``` - -* Install the `KindScript` tool and launch the local server: - -``` -npm install -g kindscript-cli -kind serve -``` -To re-build the `built/target.json` file, re-run `kind serve`. - - -## Local installation - -* Clone and build [KindScript](https://github.com/Microsoft/kindscript) in a `kindscript` folder. -* Clone this repo in a `kindscript-microbit` folder next to `kindscript` - -``` -npm install -``` -* To build and deploy new changes - -``` -npm install -g kindscript-cli -cd ../kindscript -jake -cd ../kindscript-microbit -npm link ../kindscript -``` -* run this command to build and launch a local editor - -``` -kind serve -``` -* open `localhost:3232` to try your editor! \ No newline at end of file +Please follow instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost