Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/docs/tutorial/learn-faust/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npx create-next-app \
Initial set up steps:

- `cd` into the `/faust-tutorial` project folder.
- Run `npm run wp-dev`. This command uses the [`wp-now`](https://www.npmjs.com/package/@wp-now/wp-now) NPM package and the included `faust-tutorial-blueprint.json` blueprint file to set up a local WordPress environment.
- Run `npm run wp-dev`. This command uses the [`wp-now`](https://www.npmjs.com/package/@wp-now/wp-now) NPM package and the included [`faust-tutorial-blueprint.json`](https://github.com/wpengine/faustjs/blob/canary/examples/next/tutorial/faust-tutorial-blueprint.json) blueprint file to set up a local WordPress environment.
- When asked if it's okay to install the `@wp-now/wp-now` package, answer `y` to confirm.

After a moment, you should have a WordPress site up-and-running.
Expand Down