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