1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Fixes install command in with-absolute-imports example. (#4049)

Fixes installation command for `with-absolute-imports` example.
This commit is contained in:
Gianmarco 2018-03-23 14:00:18 +01:00 committed by Tim Neutkens
parent e1a0f18a92
commit 7bef864a6f

View file

@ -17,8 +17,8 @@ yarn create next-app --example with-absolute-imports with-absolute-imports-app
Download the example [or clone the repo](https://github.com/zeit/next.js):
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-absolute-import
cd with-absolute-import
curl https://codeload.github.com/zeit/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-absolute-imports
cd with-absolute-imports
```
Install it and run: