Skip to content

Commit f4c7bbd

Browse files
Update README.md
1 parent 31b6ac6 commit f4c7bbd

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
@@ -32,7 +32,7 @@ The below assume a new directory and project is required.
3232
```bash
3333
mkdir new-project
3434
cd new-project
35-
npm init -y && npx -p @pattern-lab/cli -c 'patternlab init'
35+
npm init -y && npx @pattern-lab/cli -c patternlab init
3636
```
3737
> 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)
3838
1. Follow the on-screen prompts to choose your Edition and a Starterkit should you want one.

0 commit comments

Comments
 (0)