Skip to content

Commit

Permalink
vercel#4751 - Explicitly mention install when cloning examples (verce…
Browse files Browse the repository at this point in the history
…l#4758)

Preferably this installation wouldn't be necessary, but in lieu of a fix...

vercel#4751
  • Loading branch information
Michael Herold authored and timneutkens committed Jul 11, 2018
1 parent d8be2a0 commit 5b3578e
Show file tree
Hide file tree
Showing 143 changed files with 143 additions and 143 deletions.
2 changes: 1 addition & 1 deletion examples/active-class-name/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example active-class-name active-class-name-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/active-class-name
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example basic-css basic-css-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-css
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example basic-export basic-export-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/basic-export
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-charset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-charset custom-charset-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-charset
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-actionhero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ yarn create next-app --example custom-server-actionhero custom-server-actionhero

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-actionhero
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-server-express custom-server-express-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-express
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-fastify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-server-fastify custom-server-fastify-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-fastify
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-hapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-server-hapi custom-server-hapi-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-hapi
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-koa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-server-koa custom-server-koa-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-koa
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-micro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-server-micro custom-server-micro-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-micro
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-nodemon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-server-nodemon custom-server-nodemon-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-nodemon
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-polka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-server-polka custom-server-polka-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-polka
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-server-typescript custom-server-typescript

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server-typescript
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example custom-server custom-server-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server
Expand Down
2 changes: 1 addition & 1 deletion examples/data-fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example data-fetch data-fetch-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/data-fetch
Expand Down
2 changes: 1 addition & 1 deletion examples/form-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example form-handler form-handler-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/form-handler
Expand Down
2 changes: 1 addition & 1 deletion examples/gh-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ yarn create next-app --example gh-pages gh-pages-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/gh-pages
Expand Down
2 changes: 1 addition & 1 deletion examples/head-elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example head-elements head-elements-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/head-elements
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example hello-world hello-world-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/hello-world
Expand Down
2 changes: 1 addition & 1 deletion examples/layout-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example layout-component layout-component-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/layout-component
Expand Down
2 changes: 1 addition & 1 deletion examples/nested-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example nested-components nested-components-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/nested-components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example only-client-render-external-dependencies only-cli

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/only-client-render-external-dependencies
Expand Down
2 changes: 1 addition & 1 deletion examples/parameterized-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example parameterized-routing parameterized-routing-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/parameterized-routing
Expand Down
2 changes: 1 addition & 1 deletion examples/pass-server-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example pass-server-data pass-server-data-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/pass-server-data
Expand Down
2 changes: 1 addition & 1 deletion examples/progressive-render/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn create next-app --example progressive-render progressive-render-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/progressive-render
Expand Down
2 changes: 1 addition & 1 deletion examples/root-static-files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example root-static-files root-static-files-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/custom-server
Expand Down
2 changes: 1 addition & 1 deletion examples/shared-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn create next-app --example shared-modules shared-modules-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/shared-modules
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-caching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example ssr-caching ssr-caching-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/ssr-caching
Expand Down
2 changes: 1 addition & 1 deletion examples/svg-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example svg-components svg-components-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/svg-components
Expand Down
2 changes: 1 addition & 1 deletion examples/using-inferno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example using-inferno using-inferno-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-inferno
Expand Down
2 changes: 1 addition & 1 deletion examples/using-nerv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example using-nerv using-nerv-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-nerv
Expand Down
2 changes: 1 addition & 1 deletion examples/using-preact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example using-preact using-preact-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-preact
Expand Down
2 changes: 1 addition & 1 deletion examples/using-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn create next-app --example using-router using-router-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-router
Expand Down
2 changes: 1 addition & 1 deletion examples/using-with-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn create next-app --example using-with-router using-with-router-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/using-with-router
Expand Down
2 changes: 1 addition & 1 deletion examples/with-absolute-imports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ yarn create next-app --example with-absolute-imports with-absolute-imports-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-absolute-imports
Expand Down
2 changes: 1 addition & 1 deletion examples/with-algolia-react-instantsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example with-algolia-react-instantsearch with-algolia-rea

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-algolia-react-instantsearch
Expand Down
2 changes: 1 addition & 1 deletion examples/with-amp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example with-amp with-amp-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js.git):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-amp
Expand Down
2 changes: 1 addition & 1 deletion examples/with-ant-design-less/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example with-ant-design-less with-ant-design-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design-less
Expand Down
2 changes: 1 addition & 1 deletion examples/with-ant-design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example with-ant-design with-ant-design-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-ant-design
Expand Down
2 changes: 1 addition & 1 deletion examples/with-antd-mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn create next-app --example with-antd-mobile with-antd-mobile-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-antd-mobile
Expand Down
2 changes: 1 addition & 1 deletion examples/with-aphrodite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn create next-app --example with-aphrodite with-aphrodite-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-aphrodite
Expand Down
2 changes: 1 addition & 1 deletion examples/with-apollo-and-redux-saga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn create next-app --example with-apollo-and-redux-saga with-apollo-and-redux-

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-and-redux-saga
Expand Down
2 changes: 1 addition & 1 deletion examples/with-apollo-and-redux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn create next-app --example with-apollo-and-redux with-apollo-and-redux-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-and-redux
Expand Down
2 changes: 1 addition & 1 deletion examples/with-apollo-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ yarn create next-app --example with-apollo-auth with-apollo-auth-app

### Download manually

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example:

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-apollo-auth
Expand Down
Loading

0 comments on commit 5b3578e

Please sign in to comment.