Skip to content

Commit

Permalink
docs: use npx instead of ember-cli global
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes authored May 25, 2024
1 parent a29c152 commit 5664812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
npx ember-cli@latest new my-fancy-app -b @embroider/app-blueprint --pnpm
```

0 comments on commit 5664812

Please sign in to comment.