File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
with-universal-configuration-runtime Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Download [`create-next-app`](https://github.com/segmentio/create-next-app) to bo
1010
1111``` bash
1212npx create-next-app --example with-electron with-electron-app
13+ # or
14+ yarn create next-app --example with-electron with-electron-app
1315```
1416
1517### Download manually
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Download [`create-next-app`](https://github.com/segmentio/create-next-app) to bo
1010
1111``` bash
1212npx create-next-app --example with-markdown with-markdown
13+ # or
14+ yarn create next-app --example with-markdown with-markdown-app
1315```
1416
1517### Download manually
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Download [`create-next-app`](https://github.com/segmentio/create-next-app) to bo
1010
1111``` bash
1212npx create-next-app --example with-next-sass with-next-sass-app
13+ # or
14+ yarn create next-app --example with-next-sass with-next-sass-app
1315```
1416
1517### Download manually
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Download [`create-next-app`](https://github.com/segmentio/create-next-app) to bo
1010
1111``` bash
1212npx create-next-app --example with-universal-configuration-runtime with-universal-configuration-runtime-app
13+ # or
14+ yarn create next-app --example with-universal-configuration-runtime with-universal-configuration-runtime-app
1315```
1416
1517### Download manually
You can’t perform that action at this time.
0 commit comments