You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The below assumes a new directory and project is required. This is likely what y
30
30
```bash
31
31
mkdir new-project
32
32
cd new-project
33
-
npx @pattern-lab/cli -c patternlab init
33
+
npm create pattern-lab
34
34
```
35
35
> If you get an error stating that `npx` is not installed, ensure you are on `npm 5.2.0` or later by running `npm -v` or install it globally with `npm install -g npx`. [Learn more about npx.](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b)
36
36
1. Follow the on-screen prompts to choose your Edition and a Starterkit should you want one.
0 commit comments