Add regular installation instructions
This commit is contained in:
parent
74da07ea4d
commit
c29ccfa49a
15
README.md
15
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`.
|
||||
|
Loading…
Reference in New Issue
Block a user