From 56648121c7182cc5a711152f798c893793b820ae Mon Sep 17 00:00:00 2001 From: Ignace Maes Date: Sat, 25 May 2024 10:05:48 +0200 Subject: [PATCH] docs: use npx instead of ember-cli global --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdbf157..59835e9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # @embroider/app-blueprint -**Very** experimental blueprint for scaffolding ember v2 apps with Vite +**Very** experimental blueprint for scaffolding Ember v2 apps with Vite This is likely to change on a daily basis so you have to keep up to date with the changes to expect it work. Use [ember-cli-update](https://github.com/ember-cli/ember-cli-update) to update to the latest version. ## Usage ```bash -ember new my-fancy-app -b @embroider/app-blueprint --pnpm -``` \ No newline at end of file +npx ember-cli@latest new my-fancy-app -b @embroider/app-blueprint --pnpm +```