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`.