From 7e0b30f66e2dba9ee0028ef8d21b8de3e717e94a Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 7 Apr 2022 11:59:26 +0100 Subject: [PATCH] docs: remove `yarn dlx` instruction (#4153) --- docs/content/1.getting-started/1.quick-start.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/content/1.getting-started/1.quick-start.md b/docs/content/1.getting-started/1.quick-start.md index 164c0b560a..c39e3ac0d6 100644 --- a/docs/content/1.getting-started/1.quick-start.md +++ b/docs/content/1.getting-started/1.quick-start.md @@ -45,10 +45,6 @@ Open a terminal, or from [Visual Studio Code](https://code.visualstudio.com/), o npx nuxi init nuxt3-app ``` -```bash [yarn2] -yarn dlx nuxi init nuxt3-app -``` - ```bash [pnpm] pnpm dlx nuxi init nuxt3-app ```