diff --git a/examples/with-apollo/README.md b/examples/with-apollo/README.md index 1b1f46e296..0c715ed0df 100644 --- a/examples/with-apollo/README.md +++ b/examples/with-apollo/README.md @@ -3,6 +3,14 @@ https://next-with-apollo.now.sh ## How to use + +Download the example [or clone the repo](https://github.com/zeit/next.js): + +```bash +curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-apollo +cd with-apollo +``` + Install it and run ```bash