Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Fix create-strapi-app instruction in strapi example (vercel#27707)
Browse files Browse the repository at this point in the history
Need `--template` in the `yarn` command, otherwise it's not working
  • Loading branch information
tomchen authored Aug 3, 2021
1 parent 6a54aee commit 1d60c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cms-strapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Use the provided [Strapi template Next example](https://github.com/strapi/strapi

```bash
npx create-strapi-app my-project --template next-example --quickstart
# or: yarn create strapi-app my-project next-example --quickstart
# or: yarn create strapi-app my-project --template next-example --quickstart
npm run develop # or: yarn develop
```

Expand Down

0 comments on commit 1d60c13

Please sign in to comment.