Update README.md (#895)

Just adding download instructions
This commit is contained in:
jcsmesquita 2017-01-26 17:49:12 +00:00 committed by Arunoda Susiripala
parent 0b131cad2a
commit 8922e7b63a

View file

@ -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