From aff755dda818caead9f0dc3fd34bd34188d50a6a Mon Sep 17 00:00:00 2001 From: Joe Zimmerman Date: Tue, 25 Jun 2024 07:07:10 -0500 Subject: [PATCH] docs: change installation instructions to have more consistent package manager usage. --- packages/docs/src/guide/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/src/guide/installation.md b/packages/docs/src/guide/installation.md index 0546165d8..212d24c12 100644 --- a/packages/docs/src/guide/installation.md +++ b/packages/docs/src/guide/installation.md @@ -150,9 +150,9 @@ Or if you want to debug your device remotely: Then start your development server like you are used to, *without* killing the `vue-devtools` command (for example, open a new terminal). Both need to run in parallel. ```bash -yarn dev +npm run dev #or -yarn serve +npm run serve ``` ### Using dependency package