From c29ccfa49a8dc78a3fe15efc0f0a919fa3d71ee1 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 10 Mar 2016 14:26:59 -0800 Subject: [PATCH] Add regular installation instructions --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 123f8088..6f9c078b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # microbit target for KindScript -## Local run +## Regular installation + +If you're making changes to kindscript repository itself, proceed to **Local installation** below. + +Installation: +``` +npm install -g kindscript-cli +kind serve +``` +To re-build the `built/target.json` file, re-run `kind serve`. + + +## Local installation Make sure `kindscript-microbit` is in a directory next to `kindscript`. @@ -14,4 +26,3 @@ npm link ../kindscript kind serve ``` -To re-build the `built/target.json` file, re-run `kind serve`.