From 4fb4788779b50912ceda9d3635edf0be2e59cac3 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Thu, 15 Aug 2024 11:34:18 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 465f9ed..3edd2c4 100644 --- a/README.md +++ b/README.md @@ -19,21 +19,15 @@ With the objective of allowing people to: ### Building ### Via mkc CLI (recommended) + ``` mkc init mkc -d ``` #### Via Web App -You need to use https://makecode.microbit.org/beta currently to build MicroData. You can load this repo into MakeCode using the Import button in the home page and selecting "Import URL". - -Please note that there is currently no simulator support for the arcade shield extension (https://github.com/microsoft/pxt-arcadeshield) that MicroData depends on. -#### Via pxt CLI -``` -pxt target microbit -pxt install -pxt build +You need to use https://makecode.microbit.org/beta currently to build MicroData. You can load this repo into MakeCode using the Import button in the home page and selecting "Import URL". Please note that there is currently no simulator support for the arcade shield extension (https://github.com/microsoft/pxt-arcadeshield) that MicroData depends on. ```