From 2939b7931eade68c381feda8fe828f95101cd3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 9 May 2023 11:44:08 +0200 Subject: [PATCH] docs: add latest to nuxi command Resolves #2058 --- docs/content/2.get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/2.get-started.md b/docs/content/2.get-started.md index 84e5b2bde..56bd0f2bb 100644 --- a/docs/content/2.get-started.md +++ b/docs/content/2.get-started.md @@ -30,11 +30,11 @@ Before getting started, please **make sure to have installed the recommended set ::code-group ```bash [npx] -npx nuxi init content-app -t content +npx nuxi@latest init content-app -t content ``` ```bash [pnpm] -pnpm dlx nuxi init content-app -t content +pnpm dlx nuxi@latest init content-app -t content ``` ::