Skip to content

Commit 185c016

Browse files
authored
docs: update readme to show new create command
1 parent 9810c11 commit 185c016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The below assumes a new directory and project is required. This is likely what y
3030
```bash
3131
mkdir new-project
3232
cd new-project
33-
npx @pattern-lab/cli -c patternlab init
33+
npm create pattern-lab
3434
```
3535
> 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)
3636
1. Follow the on-screen prompts to choose your Edition and a Starterkit should you want one.

0 commit comments

Comments
 (0)