From f2b7603a353c4b7fbcda22d1433090dabed35fc7 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Mon, 11 Nov 2024 11:19:44 -0800 Subject: [PATCH] need to link together now (#6008) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 27dde707f55..251715629ea 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,7 @@ 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 +npm link ../pxt ../pxt-common-packages ``` Note the above command assumes the folder structure of ```