Skip to content

Commit

Permalink
Merge pull request #30 from IgnaceMaes/upgrade-docs
Browse files Browse the repository at this point in the history
docs: document update command
  • Loading branch information
mansona authored Jun 11, 2024
2 parents 6c8d375 + 460652b commit d859865
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ pnpx ember-cli@latest init -b @embroider/app-blueprint --pnpm --name your-app-na
it will prompt you to override some files and you should say yes to every override.

Note: replace `your-app-name` with your existing app name (from the `package.json` file) for a smaller diff.

### Updating the blueprint version

Use [ember-cli-update](https://github.com/ember-cli/ember-cli-update) to update to later versions of the blueprint:

```bash
pnpx ember-cli-update
```

0 comments on commit d859865

Please sign in to comment.