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:
parent
e1a0f18a92
commit
7bef864a6f
|
@ -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):
|
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/canary | tar -xz --strip=2 next.js-canary/examples/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-import
|
cd with-absolute-imports
|
||||||
```
|
```
|
||||||
|
|
||||||
Install it and run:
|
Install it and run:
|
||||||
|
|
Loading…
Reference in a new issue