From 8f5200d5833d1672b62aa385bde8ad5cd5d5fc8a Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Wed, 13 Nov 2024 07:52:09 -0800 Subject: [PATCH] fix #1790; npm instead of yarn --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index cbf4d54fb..274b2e700 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -112,7 +112,7 @@ This command will ask you a series of questions in order to initialize your new Yes, include sample files Install dependencies? - Yes, via yarn + Yes, via npm Initialize a git repository? Yes @@ -122,7 +122,7 @@ This command will ask you a series of questions in order to initialize your new Next steps… ──────────╮ cd hello-framework - yarn dev + npm run dev ├────────────────────────╯