Skip to content

Commit e04baad

Browse files
authored
Fix: Tutorial clone issue (#2089)
* Added fix for GitHub cache issue Using npx degit instead to clone the tutorial as currently when using npx create-next-app npx is retrieving data from npx degit wpengine/faustjs/examples/next/tutorial --force my-app which has out of date cached data. * Remove --force from example Bypassing due to accidentally disabling md checks for required checks. I think we're good.
1 parent f01f0a7 commit e04baad

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/tutorial/learn-faust/index.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,9 @@ The steps below will get you up-and-running with the pre-built app you will use
3131
- Run the command below to set up the example Next.js app we will use for the tutorial.
3232

3333
```sh
34-
npx create-next-app \
35-
-e https://github.com/wpengine/faustjs/tree/canary \
36-
--example-path examples/next/tutorial \
37-
--use-npm
34+
npx degit wpengine/faustjs/examples/next/tutorial faust-tutorial
3835
```
3936

40-
- When asked for the name of your project, enter `faust-tutorial`.
41-
- When asked if it's okay to install the `create-next-app` package, answer `y` to confirm.
42-
4337
### 2. Set up headless WordPress backend
4438

4539
Initial set up steps:

0 commit comments

Comments
 (0)