Skip to content

Commit c1618cd

Browse files
Temporarily revert create-react-router docs (#12221)
1 parent fb5e69e commit c1618cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/start/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ To use React Router minimally with your own bundling, server rendering, etc. ref
1313

1414
## Starter Template
1515

16-
Most projects start with a template. Let's use a basic template maintained by React Router:
16+
Most projects start with a template. Let's use a basic template maintained by React Router with `degit`:
1717

1818
```shellscript nonumber
19-
npm create react-router@latest
19+
npx degit remix-run/react-router/templates/basic#dev my-app
2020
```
2121

22-
After following the prompts, change into the new directory and start the app
22+
Now change into the new directory and start the app
2323

2424
```shellscript nonumber
25-
cd my-react-router-app
25+
cd my-app
2626
npm i
2727
npm run dev
2828
```

0 commit comments

Comments
 (0)