Skip to content

Commit 7e731a8

Browse files
authoredAug 30, 2020
Update README.mb (#16676)
Remove the manual download option
1 parent a2d8395 commit 7e731a8

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed
 

‎examples/with-redux/README.md

-19
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,4 @@ npx create-next-app --example with-redux with-redux-app
3232
yarn create next-app --example with-redux with-redux-app
3333
```
3434

35-
### Download manually
36-
37-
Download the example:
38-
39-
```bash
40-
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-redux
41-
cd with-redux
42-
```
43-
44-
Install it and run:
45-
46-
```bash
47-
npm install
48-
npm run dev
49-
# or
50-
yarn
51-
yarn dev
52-
```
53-
5435
Deploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).

0 commit comments

Comments
 (0)
Please sign in to comment.