From 8abde05f6a79bbbcb8d4fc5174dd061ba75175bf Mon Sep 17 00:00:00 2001 From: Nicole Parrot Date: Sun, 9 Dec 2018 14:07:37 -0500 Subject: [PATCH] Modify readme info (#1720) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87339eb1..41f6c407 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,10 @@ npm install -g pxt ``` npm install ``` -8. Link pxt-microbit back to base pxt repo (add `sudo` for Mac/Linux shells). +8. Link pxt-microbit back to base pxt repo (add `sudo` for Mac/Linux shells). +This step is only required if you intend to make changes to pxt and/or +pxt-common-packages repos. If all you want is serve a local Makecode, you can skip +this step. ``` npm link ../pxt npm link ../pxt-common-packages