mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fix download link (#2463)
This commit is contained in:
parent
dc74d5a70f
commit
7f2acd592b
|
@ -10,7 +10,7 @@ https://next-with-apollo-auth.now.sh
|
||||||
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
Download the example [or clone the repo](https://github.com/zeit/next.js):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-apollo-auth
|
curl https://codeload.github.com/zeit/next.js/tar.gz/v3-beta | tar -xz --strip=2 next.js-3-beta/examples/with-apollo-auth
|
||||||
cd with-apollo-auth
|
cd with-apollo-auth
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue